mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 19:16:10 +08:00
Merge branch 'main' into hvam/font2907
This commit is contained in:
commit
a5b51f56c0
|
@ -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.
|
||||
|
|
|
@ -42,6 +42,14 @@
|
|||
<LFD_NUM>0001</LFD_NUM>
|
||||
</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>
|
||||
<SEOCOMPOTX>
|
||||
<CMPNAME>CONSTRUCTOR</CMPNAME>
|
||||
|
|
Loading…
Reference in New Issue
Block a user