Update src/zcl_excel_worksheet.clas.abap

Co-authored-by: Abo <andrea@borgia.bo.it>
This commit is contained in:
Derby 2022-08-29 09:39:15 +09:00 committed by GitHub
parent ede8766988
commit 56d0f45973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -664,6 +664,11 @@ CLASS zcl_excel_worksheet DEFINITION
!ip_is_internal TYPE abap_bool
RAISING
zcx_excel .
"! excel upload, counterpart to BIND_TABLE
"! @parameter it_field_catalog | field catalog, used to derive correct types
"! @parameter iv_begin_row | starting row, by default 2 to skip header
"! @parameter et_data | generic internal table, there may be conversion losses
"! @parameter er_data | ref to internal table of string columns, to get raw data without conversion losses.
METHODS convert_to_table
IMPORTING
!it_field_catalog TYPE zexcel_t_fieldcatalog OPTIONAL