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
460a88e5c7
commit
a485fa8b64
|
@ -5445,9 +5445,9 @@ 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.
|
||||
CREATE OBJECT lo_create_xl_sheet.
|
||||
lo_create_xl_sheet->create( io_worksheet = io_worksheet
|
||||
io_document = lo_document
|
||||
iv_active = iv_active
|
||||
|
|
Loading…
Reference in New Issue
Block a user