mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-08 04:43:18 +08:00
Update src/zcl_excel_worksheet.clas.abap
Co-authored-by: Abo <andrea@borgia.bo.it>
This commit is contained in:
parent
ede8766988
commit
56d0f45973
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user