mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-08 04:48:38 +08:00
fix linter errors
This commit is contained in:
parent
989c734c70
commit
220d8bb0fd
|
@ -670,8 +670,8 @@ CLASS zcl_excel_worksheet DEFINITION
|
|||
!ip_column TYPE zexcel_cell_column
|
||||
!ip_row TYPE zexcel_cell_row
|
||||
!ir_table TYPE REF TO zcl_excel_table
|
||||
!ip_fieldname type zexcel_fieldname
|
||||
!ip_header type abap_bool
|
||||
!ip_fieldname TYPE zexcel_fieldname
|
||||
!ip_header TYPE abap_bool
|
||||
RAISING
|
||||
zcx_excel .
|
||||
PRIVATE SECTION.
|
||||
|
|
Loading…
Reference in New Issue
Block a user