Update src/zcl_excel_worksheet.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
RixarSAP 2024-05-14 11:45:32 +02:00 committed by GitHub
parent edccf3a542
commit 3676c3ddaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2054,7 +2054,6 @@ CLASS zcl_excel_worksheet IMPLEMENTATION.
ip_row = ip_row_from
IMPORTING ep_column = column_from
ep_row = row_from ).
* Get Column and Row "To"
normalize_columnrow_parameter( EXPORTING ip_columnrow = ip_columnrow_to
ip_column = ip_column_to