Dear All,
When we try to open a SpreadsheetML file aspose starts reading and after one hour the file is still not read completely. When we open thid file ion excel it takes about 30 seconds to read this file.
Code we use to open the file:
var wb = new Aspose.Cells.Workbook(“ICT - ToLarge.xml”);
or
//Specify the LoadOptions
LoadOptions opt = new LoadOptions(LoadFormat.SpreadsheetML);
//Set the memory preferences
opt.MemorySetting = MemorySetting.MemoryPreference;
opt.InterruptMonitor = new InterruptMonitor();
opt.LoadDataAndFormatting = true;
opt.ParsingFormulaOnOpen = false;
FileShare.Read, 4096, FileOptions.Asynchronous | FileOptions.SequentialScan);
var wb = new Aspose.Cells.Workbook(“ICT - ToLarge.xml”, opt);
The file we try to load is attached.
Can you please help us with this. Is there an option we are missing or is this a problem in the software.
Regards,
Leon Broekhuizen
CarWise