Update zcl_excel_writer_2007.clas.abap

This commit is contained in:
Bernd 2024-05-28 13:48:34 +02:00 committed by GitHub
parent aae6a57301
commit 578a519f50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4529,7 +4529,7 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
ADD 1 TO lv_cell_tabix. ADD 1 TO lv_cell_tabix.
READ TABLE io_worksheet->sheet_content ASSIGNING <ls_sheet_content> INDEX 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 * sy-subrc <> 0 always corresponds to the end of the last while loop
ENDWHILE. ENDWHILE.
ENDIF. ENDIF.