mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 16:56:11 +08:00
CSV export - Dateretention of cellstyles - fix issue #1134
This commit is contained in:
parent
2f34e27cb4
commit
3ffb490fb2
|
@ -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