Hi Aspose team,
We are facing an exception while opening the .xlsb file with Aspose.Cells (with version 18.11.0)
The sample code is just simple as below:
try
{
Workbook wb = new Workbook(“sample1.xlsb”);
}
catch
{
…
}
System.ArgumentException: Destination array is not long enough to copy all the items in the collection. Check array index and length.
And here is our xlsb file
sample.zip (3.7 MB)
Could you please have a look and give us your opinions on this exception?
Thanks in advance,
dunghnguyen