Update src/zcl_excel_writer_csv.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
Aditya Waghmare 2024-02-15 04:28:32 +05:30 committed by GitHub
parent 62675df49c
commit 61d0ab0b14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ CLASS zcl_excel_writer_csv DEFINITION
PROTECTED SECTION. PROTECTED SECTION.
*"* private components of class ZCL_EXCEL_WRITER_CSV *"* private components of class ZCL_EXCEL_WRITER_CSV
*"* do not include other source files here!!! *"* do not include other source files here!!!
private section. PRIVATE SECTION.
data EXCEL type ref to ZCL_EXCEL . data EXCEL type ref to ZCL_EXCEL .
class-data DELIMITER type C value ';' ##NO_TEXT. class-data DELIMITER type C value ';' ##NO_TEXT.