mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:16:14 +08:00
Update zcl_excel_writer_2007.clas.abap
This commit is contained in:
parent
bbc465cc29
commit
e4d15a504a
|
@ -1242,6 +1242,7 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
|
|||
|
||||
READ TABLE me->styles_cond_mapping INTO ls_style_cond_mapping WITH KEY style = ls_styles_mapping-style.
|
||||
IF sy-subrc EQ 0.
|
||||
"The content of this style is equal to an existing one. Share its dxfid.
|
||||
ls_style_cond_mapping-guid = iv_cell_style.
|
||||
APPEND ls_style_cond_mapping TO me->styles_cond_mapping.
|
||||
ELSE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user