mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 16:36:12 +08:00
Fix CSV Export with date and time in excel format (#1140)
* solving issue #1134 * changes after testing * CSV export - Dateretention of cellstyles - fix issue #1134 * undo previous changes for issue #1134
This commit is contained in:
parent
ec32e7ade4
commit
4d33c4e20e
|
@ -60,6 +60,10 @@ CLASS zcl_excel_writer_csv IMPLEMENTATION.
|
||||||
|
|
||||||
* .csv format with ; delimiter
|
* .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( ).
|
ep_excel = me->create_csv( ).
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user