mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-06 07:01:02 +08:00
Merge branch 'main' into timestamp-support
This commit is contained in:
commit
55e81dfeb3
|
@ -136,7 +136,9 @@
|
|||
"local_class_naming": false,
|
||||
"main_file_contents": true,
|
||||
"message_exists": false,
|
||||
"msag_consistency": true,
|
||||
"msag_consistency": {
|
||||
"numericParamters": false
|
||||
},
|
||||
"newline_between_methods": false,
|
||||
"no_public_attributes": false,
|
||||
"object_naming": {
|
||||
|
|
|
@ -60,6 +60,10 @@ CLASS zcl_excel_writer_csv IMPLEMENTATION.
|
|||
|
||||
* .csv format with ; delimiter
|
||||
|
||||
* Start of insertion # issue 1134 - Dateretention of cellstyles(issue #139)
|
||||
me->excel->add_static_styles( ).
|
||||
* End of insertion # issue 1134 - Dateretention of cellstyles(issue #139)
|
||||
|
||||
ep_excel = me->create_csv( ).
|
||||
|
||||
ENDMETHOD.
|
||||
|
|
Loading…
Reference in New Issue
Block a user