mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 22:07:30 +08:00
Update zcl_excel_writer_2007.clas.locals_imp.abap
This commit is contained in:
parent
063dc41ad1
commit
0686c3616d
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user