monitorjbl / excel-streaming-reader

An easy-to-use implementation of a streaming Excel reader using Apache POI
Apache License 2.0
953 stars 344 forks source link

StreamingRow.getLastCellNum Is NotSupported #46

Closed opticyclic closed 8 years ago

opticyclic commented 8 years ago

According to the POI docs you have to use row.getLastCellNum() to iterate properly and take account of missing/blank cells: https://poi.apache.org/spreadsheet/quick-guide.html#Iterator

However, this is one of the NotSupported operations of StreamingRow

Can you implement this, or alternatively, document how to use the existing implementation to handle blank cells.

monitorjbl commented 8 years ago

This is implemented as of 053834bd9bd, it just hasn't been released to Maven Central yet. I'll go ahead and make a release now.

monitorjbl commented 8 years ago

Version 1.0.1 is available in Maven Central now, so I'm going to close this issue.