mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:26:14 +08:00
Update zcl_excel_worksheet.clas.abap little fix
This commit is contained in:
parent
9ed8f4db79
commit
fbda0cc824
|
@ -2085,7 +2085,7 @@ CLASS zcl_excel_worksheet IMPLEMENTATION.
|
|||
ENDIF.
|
||||
|
||||
* Go through each row
|
||||
current_row = ip_row_from.
|
||||
current_row = row_from.
|
||||
WHILE current_row LE row_to.
|
||||
|
||||
current_col = column_from.
|
||||
|
|
Loading…
Reference in New Issue
Block a user