mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 13:46:17 +08:00
use INSERT for sorted ITab (#1066)
This commit is contained in:
parent
684c8f71e0
commit
34a8ed4865
|
@ -105,7 +105,7 @@ CLASS zcl_excel_writer_huge_file IMPLEMENTATION.
|
||||||
ls_shared_string-string_value = <sheet_content>-cell_value.
|
ls_shared_string-string_value = <sheet_content>-cell_value.
|
||||||
REPLACE ALL OCCURRENCES OF REGEX lv_invalid
|
REPLACE ALL OCCURRENCES OF REGEX lv_invalid
|
||||||
IN ls_shared_string-string_value WITH ` `.
|
IN ls_shared_string-string_value WITH ` `.
|
||||||
APPEND ls_shared_string TO shared_strings.
|
INSERT ls_shared_string INTO TABLE shared_strings.
|
||||||
|
|
||||||
ENDLOOP.
|
ENDLOOP.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user