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:23 +09:00 committed by GitHub
parent 56d0f45973
commit 2cf6ceb8b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2066,10 +2066,6 @@ CLASS zcl_excel_worksheet IMPLEMENTATION.
METHOD convert_to_table.
* For excel upload, This is counterpart to BIND_TABLE
* This method has 2 exporting parameters.
* ER_DATA is a reference to internal table of string columns. intend to get raw data without conversion loss.
* ET_DATA is an internal table supplied. There may be losses in the conversion(MOVE-CORRESPONDING).
TYPES:
BEGIN OF ts_field_conv,