Update zcl_excel_writer_2007.clas.abap

This commit is contained in:
Rahul Dwivedi 2022-10-23 00:03:04 +05:30 committed by GitHub
parent 460a88e5c7
commit a485fa8b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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