https://issues.apache.org/bugzilla/show_bug.cgi?id=49312
Summary: HSSFSheet - RuntimeException: Unexpected missing row
Product: POI
Version: 3.6
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: HSSF
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Depends on: 47245
Created an attachment (id=25455)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25455)
Test File with RuntimeException: Unexpected missing row
+++ This bug was initially created as a clone of Bug #47245 +++
I have the same Problem:
java.lang.RuntimeException: Unexpected missing row when some rows already
present
at
org.apache.poi.hssf.usermodel.HSSFSheet.setPropertiesFromSheet(HSSFSheet.java:170)
at org.apache.poi.hssf.usermodel.HSSFSheet.<init>(HSSFSheet.java:117)
at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:288)
at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:201)
at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:317)
at
de.infomotion.excelConverter.ConverterFactory.getConverter(ConverterFactory.java:49)
at
de.infomotion.excelConverter.ConverterFactory.getConverter(ConverterFactory.java:27)
at de.infomotion.excelConverter.Main.main(Main.java:22)
I trayed to switch back to POI3.5-FINAL, but has same issue.
Opening and Saving in MSExcel corrects the Problem. The resaved (corrected?)
file is about 25% smaller like before.
To more specifie the Situation: this XLS-File is generated from BusinessObjects
Enterprise 3.1 and i should automaticaly postprocess/clean the generated files.
Ideas?
Many Thanks
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]