Hi Chandra,
Thanks for your feedhack and using Aspose.Cells.
We were able to replicate this issue using the latest version: Aspose.Cells
for Java v8.3.0.2 by executing the following sample code. Opening and saving Current_Plan_Report_issue2.xlsb makes it corrupt.
We have logged this issue in our database for investigation. We will look into it and fix this issue. Once the issue is resolved or we have some other update for you, we will let you know asap.
This issue has been logged as
- CELLSJAVA-41111 - Opening and saving Current_Plan_Report_issue2.xlsb makes it corrupt
I have attached the output xlsb file which shows error when opened in Microsoft Excel for a reference.
Java
String filePath = “D:\Downloads\Current_Plan_Report_issue2.xlsb”;
Workbook workbook = new Workbook(filePath);
workbook.save(filePath + “out.xlsb”);