Dear Aspose Team,
We are using Aspose Cell.When we want to open file throws exception.
FileFormatInfo info = FileFormatUtil.DetectFileFormat(workbook);
LoadOptions options = new LoadOptions(info.LoadFormat);
var excleFile = new FileStream(path, FileMode.Open);
Workbook workbook = new Workbook(excleFile , options )
Note: When I detect LoadFormat, it show XLSB ,but it I am able to open it with LoadFormat.CSV.
DummyWorkbookForTesting.zip (7.3 KB)
Please Could you help me?
Thanks in advance