mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:06:15 +08:00
remove CONDENSE from formulas (#968)
This commit is contained in:
parent
206e9199c8
commit
a09229a130
|
@ -6197,10 +6197,8 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
|
||||||
" fomula node
|
" fomula node
|
||||||
lo_element_4 = io_document->create_simple_element( name = lc_xml_node_f
|
lo_element_4 = io_document->create_simple_element( name = lc_xml_node_f
|
||||||
parent = io_document ).
|
parent = io_document ).
|
||||||
lv_value = <ls_sheet_content>-cell_formula.
|
lo_element_4->set_value( value = <ls_sheet_content>-cell_formula ).
|
||||||
CONDENSE lv_value.
|
lo_element_3->append_child( new_child = lo_element_4 ). " formula node
|
||||||
lo_element_4->set_value( value = lv_value ).
|
|
||||||
lo_element_3->append_child( new_child = lo_element_4 ). " fomula node
|
|
||||||
ELSEIF <ls_sheet_content>-column_formula_id <> 0.
|
ELSEIF <ls_sheet_content>-column_formula_id <> 0.
|
||||||
create_xl_sheet_column_formula(
|
create_xl_sheet_column_formula(
|
||||||
EXPORTING
|
EXPORTING
|
||||||
|
|
Loading…
Reference in New Issue
Block a user