From a8546882bd022ab3dbff2cd48bbe9991079e5e10 Mon Sep 17 00:00:00 2001 From: Aditya Waghmare <98611511+aditya-deloitte@users.noreply.github.com> Date: Thu, 15 Feb 2024 04:10:35 +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 654cf2a..c2fad87 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 .