mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 19:26:10 +08:00
Update zcl_excel_writer_2007.clas.abap
This commit is contained in:
parent
7fa68953ad
commit
3f0ce13664
|
@ -4428,7 +4428,7 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
|
||||||
|
|
||||||
CHECK <ls_sheet_content>-cell_value <> lc_dummy_cell_content.
|
CHECK <ls_sheet_content>-cell_value <> lc_dummy_cell_content.
|
||||||
*---> According to the other dummy lines from the WHILE loop above the start and end lines
|
*---> According to the other dummy lines from the WHILE loop above the start and end lines
|
||||||
* contain dummy content only in column A without cell_coords, which don't need a 'C' node.
|
* contain dummy content without cell_coords in column A only, which don't need a 'C' node.
|
||||||
|
|
||||||
lo_element_3 = io_document->create_simple_element( name = lc_xml_node_c
|
lo_element_3 = io_document->create_simple_element( name = lc_xml_node_c
|
||||||
parent = io_document ).
|
parent = io_document ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user