mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 19:16:10 +08:00
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:
parent
576d8f61e1
commit
3a30d0b156
|
@ -26,9 +26,9 @@ CLASS zcl_excel_writer_csv DEFINITION
|
||||||
CLASS-METHODS set_active_sheet_index_by_name
|
CLASS-METHODS set_active_sheet_index_by_name
|
||||||
IMPORTING
|
IMPORTING
|
||||||
!i_worksheet_name TYPE zexcel_worksheets_name .
|
!i_worksheet_name TYPE zexcel_worksheets_name .
|
||||||
class-methods SET_INITIAL_EXT_DATE
|
CLASS-METHODS set_initial_ext_date
|
||||||
importing
|
IMPORTING
|
||||||
!IP_VALUE type CHAR10 default 'DEFAULT' .
|
!ip_value TYPE char10 DEFAULT 'DEFAULT' .
|
||||||
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!!!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user