Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

[abap2xlsx] Wrong data or empty cells when filling template

Former Member
0 Kudos

Hello,

as described in the link below we have a problem filling an existing excel file with data. In my code the data is handled correctly to the excel classes but some of the cells are overwritten by one other value. Seems to be randomly but using the same data again the same cells will be overwritten. We will start looking into the excel classes but maybe some of you had the problem before.

https://github.com/ivanfemia/abap2xlsx/issues/488

Thanks in advance.

1 REPLY 1

Former Member
0 Kudos

Hello,

we found the problem. Attached you can see two screenshots.
In the method "CREATE_XL_SHAREDSTRINGS" only the cell value is compared to delete adjacent duplicates. Additionally you have to comapare the data type

.