We encountered an issue where our application exports .xlsx files using Aspose.Cells, which are then imported inTo another system that uses a different third-party library for Excel processing.
The support team of that …...XDocument doc = XDocument.Load(stream); var root = doc.Root; root...SetLength(0); // Clear the stream doc.Save(stream); } } } } Next Steps...