CSV export - Dateretention of cellstyles - fix issue #1134

This commit is contained in:
Matthias 2023-09-25 08:30:32 +02:00 committed by GitHub
parent 2f34e27cb4
commit 3ffb490fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.