Hi Team,
Hi,
Hi Chandra,
Thanks for your posting and using Aspose.Cells.
We have looked into your second issue further and were able to replicate it using the following code with the latest version: Aspose.Cells for Java 8.3.0. ArrayIndexOutOfBoundsException occurs on opening your second XLSB file.
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-41102 - ArrayIndexOutOfBoundsException on opening the XLSB file
Java
String filePath = “F:\Shak-Data-RW\Downloads\Current_Plan_Report_issue 2.xlsb”;
Workbook workbook = new Workbook(filePath);
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.ArrayList.get(Unknown Source)
at com.aspose.cells.zro.b(Unknown Source)
at com.aspose.cells.zro.c(Unknown Source)
at com.aspose.cells.Name.c(Unknown Source)
at com.aspose.cells.Name.t(Unknown Source)
at com.aspose.cells.zbpl.i(Unknown Source)
at com.aspose.cells.zbpl.e(Unknown Source)
at com.aspose.cells.zbpl.a(Unknown Source)
at com.aspose.cells.zbpu.c(Unknown Source)
at com.aspose.cells.zbpu.a(Unknown Source)
at com.aspose.cells.Workbook.a(Unknown Source)
at com.aspose.cells.Workbook.a(Unknown Source)
at com.aspose.cells.Workbook.(Unknown Source)
at ClsAsposeTest.f1(ClsAsposeTest.java:402)
at ClsAsposeTest.main(ClsAsposeTest.java:38)
Hi Team,
Hi Chandra,
Hi,
Thanks for using Aspose.Cells for Java.
Please download and try this fix: Aspose.Cells for Java v8.3.0.2 and let us know your feedback.
Hi
Hi
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”);
Hi Team,
Hi,
Hi,
Thanks for your using Aspose.Cells.
We have fixed this issue.
- CELLSJAVA-41111 - Opening and saving Current_Plan_Report_issue2.xlsb makes it corrupt
Please download and try the latest fix: Aspose.Cells for Java v8.3.0.4 and let us know your feedback.
Hi Team,
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.4 by executing the following sample code. Opening and saving Financial_Statement_Input_Report_Withdata.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-41122 - Opening and saving Financial_Statement_Input_Report_Withdata.xlsb makes it corrupt
I have attached the output xlsb file which shows error when opened in Microsoft Excel for a reference.
Java
Workbook workbook = new Workbook(filePath);
workbook.save(filePath + ".out.xlsb");
Hi Team,
Hi,
Hi,
Thanks for using Aspose.Cells.
It is to update you that CELLSJAVA-41122 should be fixed in about 19-December-2014.
The issues you have found earlier (filed as CELLSJAVA-41111;CELLSJAVA-41101;CELLSJAVA-41102) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
Hi,
Hi