I downloaded Standard Spire XLS to evaluate.
And I tried to load XLSB file and throws the following error:
"File format is not supported"
After this I tried with Pro Spire XLS version. And I got this error:
"An unhandled exception of type 'System.OutOfMemoryException' occurred in Spire.XLS.dll"
I tried to execute the following code:
Workbook workbook = new Workbook();
workbook.LoadFromFile(@"C:\Users\paulo.hirata\Desktop\LCR Plans\tit.xlsb");
Is there any error in my code or Spire XLS doesn't support XLSB file?