Hi ,
I am using Aspose.cells to generate excel file in java and my requirement is to write the data into a cell. Into each cell i have to write the string which is converted from a list of string. I have to use a new line character to join each list entry when converting to string. But when i tried to do this and write into excel cell the data is being repeated in the same cell.
But when I tried using some other special character when converting to the string the output is correct. But this doubling issue i am facing only when i use new line character(\n).
The version of Aspose.cells which i am using is 17.12. I tried with the latest release versions also but the data is still getting repeated in other versions also. I had checked on the code which i wrote and found no issues.
Can someone please help me out in this.