Update zcl_excel_writer_2007.clas.abap

This commit is contained in:
Rahul Dwivedi 2022-10-23 00:12:13 +05:30 committed by GitHub
parent 5731558999
commit 2b1d30ff49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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