Update zcl_excel_writer_2007.clas.abap

This commit is contained in:
Bernd 2024-04-30 09:22:41 +02:00 committed by GitHub
parent 7fa68953ad
commit 3f0ce13664
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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