mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 02:12:05 +08:00
Update zcl_excel.clas.abap
This commit is contained in:
parent
a1867fd71e
commit
3e51f77be3
|
@ -284,8 +284,8 @@ method CONSTRUCTOR.
|
|||
|
||||
try.
|
||||
me->add_new_worksheet( ).
|
||||
catch zcx_excel.
|
||||
assert 1 = 2. " suppress syntax check error
|
||||
catch zcx_excel. " suppress syntax check error
|
||||
assert 1 = 2. " some error processing anyway
|
||||
endtry.
|
||||
|
||||
me->add_new_style( ). " Standard style
|
||||
|
|
Loading…
Reference in New Issue
Block a user