mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-08 04:43:18 +08:00
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:
parent
80a712c907
commit
3f88ec696a
|
@ -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( ).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user