mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-08 04:48:38 +08:00
fix linter errors
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
parent
b40eab9560
commit
7c1453420d
|
@ -669,7 +669,7 @@ CLASS zcl_excel_worksheet DEFINITION
|
|||
IMPORTING
|
||||
!ip_column TYPE zexcel_cell_column
|
||||
!ip_row TYPE zexcel_cell_row
|
||||
!ir_table type ref to zcl_excel_table
|
||||
!ir_table TYPE REF TO zcl_excel_table
|
||||
!ip_fieldname type zexcel_fieldname
|
||||
!ip_header type abap_bool
|
||||
RAISING
|
||||
|
|
Loading…
Reference in New Issue
Block a user