mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-06 00:46:22 +08:00
Merge branch 'main' into hvam/font2907
This commit is contained in:
commit
a5b51f56c0
|
@ -136,7 +136,9 @@
|
||||||
"local_class_naming": false,
|
"local_class_naming": false,
|
||||||
"main_file_contents": true,
|
"main_file_contents": true,
|
||||||
"message_exists": false,
|
"message_exists": false,
|
||||||
"msag_consistency": true,
|
"msag_consistency": {
|
||||||
|
"numericParamters": false
|
||||||
|
},
|
||||||
"newline_between_methods": false,
|
"newline_between_methods": false,
|
||||||
"no_public_attributes": false,
|
"no_public_attributes": false,
|
||||||
"object_naming": {
|
"object_naming": {
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -42,6 +42,14 @@
|
||||||
<LFD_NUM>0001</LFD_NUM>
|
<LFD_NUM>0001</LFD_NUM>
|
||||||
</SOTR_USE>
|
</SOTR_USE>
|
||||||
</SOTR_USE>
|
</SOTR_USE>
|
||||||
|
<SOTS_USE>
|
||||||
|
<SOTR_USEU>
|
||||||
|
<PGMID>LIMU</PGMID>
|
||||||
|
<OBJECT>CPUB</OBJECT>
|
||||||
|
<OBJ_NAME>ZCX_EXCEL</OBJ_NAME>
|
||||||
|
<LFD_NUM>0001</LFD_NUM>
|
||||||
|
</SOTR_USEU>
|
||||||
|
</SOTS_USE>
|
||||||
<DESCRIPTIONS>
|
<DESCRIPTIONS>
|
||||||
<SEOCOMPOTX>
|
<SEOCOMPOTX>
|
||||||
<CMPNAME>CONSTRUCTOR</CMPNAME>
|
<CMPNAME>CONSTRUCTOR</CMPNAME>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user