Update zcl_excel_writer_2007.clas.locals_imp.abap

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

View File

@ -3,7 +3,7 @@
*"* declarations
CLASS lcl_create_xl_sheet DEFINITION DEFERRED.
CLASS zcl_excel_writer_2007 DEFINITION LOCAL FRIENDS lcl_create_xl_sheet.
CLASS lcl_create_xl_sheet DEFINITION create public .
CLASS lcl_create_xl_sheet DEFINITION CREATE PUBLIC .
PUBLIC SECTION.
METHODS create IMPORTING io_worksheet TYPE REF TO zcl_excel_worksheet