mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 19:46: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
7bebb6284d
commit
8173957040
|
@ -14,9 +14,9 @@ PUBLIC SECTION.
|
||||||
CLASS-METHODS set_delimiter
|
CLASS-METHODS set_delimiter
|
||||||
IMPORTING
|
IMPORTING
|
||||||
VALUE(ip_value) TYPE c DEFAULT ';' .
|
VALUE(ip_value) TYPE c DEFAULT ';' .
|
||||||
class-methods SET_ENCLOSURE
|
CLASS-METHODS set_enclosure
|
||||||
importing
|
IMPORTING
|
||||||
value(IP_VALUE) type C default '"' .
|
VALUE(ip_value) TYPE c DEFAULT '"' .
|
||||||
class-methods SET_ENDOFLINE
|
class-methods SET_ENDOFLINE
|
||||||
importing
|
importing
|
||||||
value(IP_VALUE) type ANY default CL_ABAP_CHAR_UTILITIES=>CR_LF .
|
value(IP_VALUE) type ANY default CL_ABAP_CHAR_UTILITIES=>CR_LF .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user