Update zcl_excel_writer_2007.clas.abap

This commit is contained in:
Bernd 2024-08-28 11:50:27 +02:00 committed by GitHub
parent bbc465cc29
commit e4d15a504a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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