Update zcl_excel_writer_2007.clas.abap (#654)

* Update zcl_excel_writer_2007.clas.abap

* dummy change

* revert

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
bhavesh4321 2020-03-24 12:50:08 +05:30 committed by GitHub
parent 1d76e44a83
commit c48484d6dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3568,7 +3568,7 @@ METHOD create_xl_sharedstrings.
MOVE lv_sytabix TO ls_shared_string-string_no.
MOVE <fs_sheet_content>-cell_value TO ls_shared_string-string_value.
MOVE <fs_sheet_content>-data_type TO ls_shared_string-string_type.
APPEND ls_shared_string TO shared_strings.
INSERT ls_shared_string INTO TABLE shared_strings.
add 1 to lv_count.
ENDLOOP.