Unreadable content after saving - checkboxes

Hello,

After saving the document in attachment using Aspose, we have the following error :
Excel found unreadable content

Maybe because the document contains checkboxes.

Aspose Cells version : 17.1.4

Java Code:
Workbook workbook = new Workbook(filepath);
workbook.save(tempFileName);

Thank you.

Hi,


I have tested your scenario/ case a bit using your template file and following sample code using Aspose.Cells for Java v17.1.7 (please try it) , it works fine. I do not find any error when opening the output file (attached) into MS Excel 2007/2013.
e.g
Sample code:

Workbook workbook = new Workbook(“CheckBox.xlsx”);
workbook.save(“out1.xlsx”);

Let us know if you still have any issue.

Thank you.

It works with version 17.1.7.

Thank you!

Hi,


Good to know that your issue is sorted out by the new fix/version. Feel free to contact us any time if you need further help or have some other issue or queries, we will be happy to assist you soon.

Thank you.