Update src/zcl_excel_writer_2007.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
Rahul Dwivedi 2022-10-22 04:56:37 +05:30 committed by GitHub
parent 7b1bcbb189
commit 80a712c907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6681,7 +6681,7 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
CONSTANTS: lc_xml_node_dimension TYPE string VALUE 'dimension',
lc_xml_attr_ref TYPE string VALUE 'ref'.
DATA: lo_element_root TYPE REF TO if_ixml_element,
DATA: lo_element_root TYPE REF TO if_ixml_element,
lo_element TYPE REF TO if_ixml_element,
lv_value TYPE string.