Hi
When using Aspose.Cells 7.2 (it happens on earlier versions too) we have the XML contained in the attached Original.xml as an IO Stream and we load it as follows:
wb= New Workbook(stream)
And we then save it an an XLSX using
wb.Save
and we get the attached Cell Contains Text.xlsx
Can you see cell sheet Process Elements!C2
contains text when in the XML version it doesn't?
Is this reproduceable or is it some kind of memory bug in our code?
Mike