mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-06 07:01:02 +08:00
Update src/not_cloud/zcl_excel_converter.clas.locals_def.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
parent
a4a7fe0340
commit
2aa735bab3
|
@ -43,7 +43,7 @@ TYPES: BEGIN OF ts_styles,
|
|||
END OF ts_styles,
|
||||
* Begin of ATC fix-issue-1014-part1
|
||||
* tt_styles TYPE HASHED TABLE OF ts_styles WITH UNIQUE KEY type alignment inttype decimals.
|
||||
tt_styles TYPE HASHED TABLE OF ts_styles with UNIQUE KEY primary_key
|
||||
tt_styles TYPE HASHED TABLE OF ts_styles WITH UNIQUE KEY primary_key
|
||||
COMPONENTS type alignment inttype decimals
|
||||
WITH NON-UNIQUE SORTED KEY guid COMPONENTS guid .
|
||||
.
|
||||
|
|
Loading…
Reference in New Issue
Block a user