mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:06:15 +08:00
Update zcl_excel_converter.clas.abap
This commit is contained in:
parent
cba7bcc89a
commit
ce0d4b27f1
|
@ -501,7 +501,7 @@ CLASS zcl_excel_converter IMPLEMENTATION.
|
|||
* Now let's check for colors
|
||||
DATA: ls_colors TYPE zexcel_s_converter_col.
|
||||
|
||||
IF NOT wt_colors IS INITIAL.
|
||||
IF wt_colors IS NOT INITIAL.
|
||||
* Field has color
|
||||
READ TABLE wt_colors INTO ls_colors WITH KEY rownumber = ip_table_row
|
||||
columnname = ip_fieldname.
|
||||
|
|
Loading…
Reference in New Issue
Block a user