https://issues.apache.org/bugzilla/show_bug.cgi?id=54228
Bug ID: 54228
Summary: sheet.rowIterator() not grabbing content out of xlsx
2010 file
Product: POI
Version: 3.7
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Created attachment 29658
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29658&action=edit
File that won't convert correctly
Hi,
When trying to use the POI class to grab content from the attached xlsx sheet,
the sheet.rowIterator() method is returning rows with no content.
For example:
itrRow=sheet.rowIterator();
Row row = itrRow.next();
When iterating through the cells of "row", everything is blank and it seems to
be coming from the sheet.rowIterator returning a row without the content.
Thanks
--
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]