mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-08 04:43:18 +08:00
Update zcl_excel_writer_2007.clas.abap
This commit is contained in:
parent
5731558999
commit
2b1d30ff49
|
@ -5445,7 +5445,7 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
|
|||
* lo_element_root->append_child( new_child = lo_element ).
|
||||
*
|
||||
* ENDIF.
|
||||
DATA lo_create_xl_sheet type ref to lcl_create_xl_sheet.
|
||||
DATA lo_create_xl_sheet TYPE REF TO lcl_create_xl_sheet.
|
||||
|
||||
CREATE OBJECT lo_create_xl_sheet.
|
||||
lo_create_xl_sheet->create( io_worksheet = io_worksheet
|
||||
|
|
Loading…
Reference in New Issue
Block a user