Update zcl_excel_writer_2007.clas.locals_imp.abap

Obvious bug
This commit is contained in:
Bernd 2024-01-30 15:17:29 +01:00 committed by GitHub
parent 1148838a0f
commit f904c0f7c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1162,7 +1162,7 @@ CLASS lcl_create_xl_sheet IMPLEMENTATION.
*--------------------------------------------------------------------------------------*
WHEN zcl_excel_style_cond=>c_rule_textfunction.
ls_textfunction = lo_style_cond->mode_textfunction.
READ TABLE o_excel_ref->styles_cond_mapping INTO ls_style_cond_mapping WITH KEY guid = ls_cellis-cell_style.
READ TABLE o_excel_ref->styles_cond_mapping INTO ls_style_cond_mapping WITH KEY guid = ls_textfunction-cell_style.
lv_value = ls_style_cond_mapping-dxf.
CONDENSE lv_value.
lo_element_2->set_attribute_ns( name = lc_xml_attr_dxfid