Exception on Save

Hi,

Steps to reproduce:

  1. Load and save the attached file using Aspose.Cells
  2. Get an exception with the following message: “Destination array was not long enough. Check destIndex and length, and the array’s lower bounds”.

Reproduced using Aspose.Cells 25.2.0

Try the following file:
TestWithLinkedTablesInDataModel.zip (69.2 KB)

Regards,
George

Any news on this one?

@GeorgeToka Hello, we tested this problem, but it did not happen. Can you share the specific code?

Here it is:

var workbook = new Workbook(filePath + fileName);
workbook.Save(filePath + “success.xlsb”, SaveFormat.Xlsb);

image.png (44.5 KB)

This topic has been moved to the related forum: Exception on Save - Free Support Forum - aspose.com