mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-08 04:43:18 +08:00
fix linter errors
This commit is contained in:
parent
7c1453420d
commit
989c734c70
|
@ -3662,9 +3662,9 @@ CLASS zcl_excel_worksheet IMPLEMENTATION.
|
|||
READ TABLE <fs_sheet_content>-table->fieldcat ASSIGNING <ls_fieldcat> WITH KEY fieldname = <fs_sheet_content>-table_fieldname.
|
||||
IF sy-subrc = 0.
|
||||
<ls_fieldcat>-column_name = lv_value.
|
||||
if <ls_fieldcat>-column_name <> lv_value.
|
||||
IF <ls_fieldcat>-column_name <> lv_value.
|
||||
zcx_excel=>raise_text( 'Cell is table column header - this value is not allowed' ).
|
||||
endif.
|
||||
ENDIF.
|
||||
ENDIF.
|
||||
ENDIF.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user