Excel Streaming Reader 1.0.2

The latest version of Excel Streaming Reader is now available on Maven Central. Thanks to Scatee, edgraaff, bhdrk, ToddWarwaruk, and ms1111 for their contributions to this release!

Fixes:

  • Support for Workbook.isSheetHidden() and Workbook.isSheetVeryHidden() (#26)
  • Support for Row.getFirstCellNum() (#49)
  • Support for StreamingRow.getPhysicalNumberOfCells() (#61)
  • Support for Sheet.getLastRowNum() (#56)
  • Support for Cell.getBooleanCellValue() (#50)
  • Fix for Row.getLastCellNum() return value (#61)
  • Avoid NPE on spreadsheetDrawing row tags (#59)
  • Correctly throwing IllegalStateException on Cell.getDateCellValue() when type is CELL_TYPE_STRING (#53)

If you run into any issues after upgrading to the latest version of the library, please open an issue for it.


monitorjbl