java.lang.NumberFormatException: For input string: "80000020"

Using aspose-cells-8.9.0.jar
i want to read something excel
but
run the code:
Workbook workbook = new Workbook(inFile);


java.lang.NumberFormatException: For input string: "80000020"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:495)
at com.aspose.cells.b.a.ze.b(Unknown Source)
at com.aspose.cells.zbzo.c(Unknown Source)
at com.aspose.cells.zbzo.b(Unknown Source)
at com.aspose.cells.Workbook.a(Unknown Source)
at com.aspose.cells.Workbook.(Unknown Source)

Hi,


Thanks for the sample code and stacktrace.

Please attach your template file, so we could evaluate your issue properly.

Thank you.
I Save the file as a new file , is ok

Hi,

Thanks for your posting and using Aspose.Cells.

We were able to observe this exception by executing the following sample code using the latest version:
Aspose.Cells for Java v8.9.0.7 and found that opening excel file using Aspose.Cells API causes java.lang.NumberFormatException: For input string: “80000020”.

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-41946 - Opening excel file causes java.lang.NumberFormatException: For input string: “80000020”

Java
Workbook wb = new Workbook(dirPath + “aaaa.xls”);

Exception
Exception in thread “main” java.lang.NumberFormatException: For input string: “80000020”
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at com.aspose.cells.b.a.ze.b(Unknown Source)
at com.aspose.cells.zbzv.c(Unknown Source)
at com.aspose.cells.zbzv.b(Unknown Source)
at com.aspose.cells.Workbook.a(Unknown Source)
at com.aspose.cells.Workbook.(Unknown Source)
at ClsAspose.f1(ClsAspose.java:25)
at ClsAspose.main(ClsAspose.java:11)

Hi,

Thanks for using Aspose.Cells.

This is to inform you that we have fixed your issue CELLSJAVA-41946 now. We will soon provide the fix after performing QA and including other enhancements and fixes.

The issues you have found earlier (filed as CELLSJAVA-41946) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan