From 5fda9d6745e0c18becb1b6a01570b7016255306f Mon Sep 17 00:00:00 2001 From: Aditya Waghmare <98611511+aditya-deloitte@users.noreply.github.com> Date: Thu, 15 Feb 2024 04:21:53 +0530 Subject: [PATCH] Update src/zcl_excel_writer_csv.clas.abap Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> --- src/zcl_excel_writer_csv.clas.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zcl_excel_writer_csv.clas.abap b/src/zcl_excel_writer_csv.clas.abap index 01cd9f9..9609411 100644 --- a/src/zcl_excel_writer_csv.clas.abap +++ b/src/zcl_excel_writer_csv.clas.abap @@ -7,7 +7,7 @@ CLASS zcl_excel_writer_csv DEFINITION *"* do not include other source files here!!! *"* protected components of class ZCL_EXCEL_WRITER_2007 *"* do not include other source files here!!! - public section. + PUBLIC SECTION. interfaces ZIF_EXCEL_WRITER .