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:58:29 +05:30 committed by GitHub
parent 80a712c907
commit 3f88ec696a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6683,7 +6683,7 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
DATA: lo_element_root TYPE REF TO if_ixml_element,
lo_element TYPE REF TO if_ixml_element,
lv_value TYPE string.
lv_value TYPE string.
lo_element_root = io_document->get_root_element( ).