Update zcl_excel_worksheet.clas.abap little fix

This commit is contained in:
RixarSAP 2024-05-14 11:34:45 +02:00 committed by GitHub
parent 9ed8f4db79
commit fbda0cc824
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2085,7 +2085,7 @@ CLASS zcl_excel_worksheet IMPLEMENTATION.
ENDIF. ENDIF.
* Go through each row * Go through each row
current_row = ip_row_from. current_row = row_from.
WHILE current_row LE row_to. WHILE current_row LE row_to.
current_col = column_from. current_col = column_from.