remove CONDENSE from formulas (#968)

This commit is contained in:
Abo 2022-01-15 14:56:12 +01:00 committed by GitHub
parent 206e9199c8
commit a09229a130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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