Hi,
We are using this code to save XLSX file, in works well with Aspose.Cells 8.6 :
saveOptions = new XlsSaveOptions(SaveFormat.Xlsx)
{
CachedFileFolder = Path.GetTempPath(),
ClearData = true
};
workbook.Save(f…...Product Family cells-net DomZ February 2, 2024, 2:24pm 1 Hi, We are...ClearData = true amjad.sahi February 2, 2024, 3:09pm 2 @DomZ ,...