Hi. I generated some xlsx file using OpenXML library, it has some text data with newline and spaces in both after and before texts. Some text has newline in their body. When I read xlsx file with OpenXML library, it's spaces and newline was remained. But
if I open xlsx file with Excel 2013, all of spaces and newline has disappeared. After saving in Excel 2013, and read using OpenXML, all text are trimmed in sharedstringtable.
How to keep newline and spaces in text data with OpenXML excel document, when I open Excel 2013?
How to keep newline and spaces in text data with OpenXML excel document, when I open Excel 2013?