mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:16:14 +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
a0486c9c51
commit
ee11f9ec70
|
@ -11,9 +11,9 @@ CLASS zcl_excel_writer_csv DEFINITION
|
|||
|
||||
INTERFACES zif_excel_writer .
|
||||
|
||||
class-methods SET_DELIMITER
|
||||
importing
|
||||
value(IP_VALUE) type C default ';' .
|
||||
CLASS-METHODS set_delimiter
|
||||
IMPORTING
|
||||
VALUE(ip_value) TYPE c DEFAULT ';' .
|
||||
class-methods SET_ENCLOSURE
|
||||
importing
|
||||
value(IP_VALUE) type C default '"' .
|
||||
|
|
Loading…
Reference in New Issue
Block a user