mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:16:14 +08:00
Update zcl_excel_writer_2007.clas.abap
This commit is contained in:
parent
93110ff0a6
commit
7e3d10fde8
|
@ -4533,6 +4533,7 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
|
|||
|
||||
ADD 1 TO lv_cell_tabix.
|
||||
READ TABLE io_worksheet->sheet_content ASSIGNING <ls_sheet_content> INDEX lv_cell_tabix.
|
||||
* sy-subrc <> 0 always corresponds with the end of the last while loop
|
||||
ENDWHILE.
|
||||
ENDIF.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user