Update zcl_excel_writer_2007.clas.locals_imp.abap

This commit is contained in:
Bernd 2024-01-31 15:12:10 +01:00 committed by GitHub
parent 063dc41ad1
commit 0686c3616d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -919,11 +919,7 @@ CLASS lcl_create_xl_sheet IMPLEMENTATION.
lo_element_2 = o_document->create_simple_element( name = lc_xml_node_cfrule lo_element_2 = o_document->create_simple_element( name = lc_xml_node_cfrule
parent = o_document ). parent = o_document ).
IF lo_style_cond->rule = zcl_excel_style_cond=>c_rule_textfunction. IF lo_style_cond->rule = zcl_excel_style_cond=>c_rule_textfunction.
IF lo_style_cond->mode_textfunction-textfunction = zcl_excel_style_cond=>c_textfunction_notcontains. lv_value = lo_style_cond->mode_textfunction-textfunction.
lv_value = `notContainsText`.
ELSE.
lv_value = lo_style_cond->mode_textfunction-textfunction.
ENDIF.
ELSE. ELSE.
lv_value = lo_style_cond->rule. lv_value = lo_style_cond->rule.
ENDIF. ENDIF.