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
9aa70f27b4
commit
498954d6ed
|
@ -3775,7 +3775,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,
|
||||
lo_element_2 TYPE REF TO if_ixml_element,
|
||||
lv_value TYPE string.
|
||||
lv_value TYPE string.
|
||||
|
||||
lo_element_root = io_document->get_root_element( ).
|
||||
" sheetPr
|
||||
|
|
Loading…
Reference in New Issue
Block a user