Skip to content

Releases: monitorjbl/excel-streaming-reader

2.2.0

24 Mar 01:11
Compare
Choose a tag to compare
  • Updating POI to 4.1.2
  • Several dependency updates to fix security vulnerabilities
  • Updated to JUnit5

This will be the last major release using Apache POI 4.x. Future releases will use 5.x.

2.0.0

11 Oct 03:23
Compare
Choose a tag to compare
  • Upgrade to POI 4.0
  • Cells with the FORMULA flag are now treated correctly as forumlas instead of strings (#154)
  • Fixed formatting issue with number and date formulas (#118)

1.2.1

28 Jan 20:42
3a06f17
Compare
Choose a tag to compare
  • Fix an issue causing errors about bad return types #109
  • Fix Shared Strings Table parsing when using SST cache #105
  • Ignore formula tag that isn't within a cell #128
  • Updated POI dependency to 3.17 #120
  • Optimized based on output from profiler on large sheets #112
  • Update xerces2 dependency to 2.11.1 due to CVE-2013-4002 #113

1.2.0

20 Jun 02:12
Compare
Choose a tag to compare
  • Support for Apache poi 3.15 (#81)
  • Support for Cell.getRichStringCellValue() (#82)
  • NullPointerException in StreamingRow.getCell when policy is RETURN_BLANK_AS_NULL (#85)
  • NPE when retrieving missing r attrs for cell and row in sheetreader (#87)
  • error during read file java.lang.IndexOutOfBoundsException (#91)

1.1.0

28 Feb 00:32
Compare
Choose a tag to compare
  • Buffered SST option for massive workbooks (#73)
  • Support for getCell() with MissingCellPolicy (#67)
  • Support for 1904-based dates (#72)

1.0.2

17 Jan 01:44
Compare
Choose a tag to compare
  • 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)

1.0.1

04 Aug 02:03
Compare
Choose a tag to compare

Thanks to @bvp and @ToddWarwaruk for their contributions!

  • Support for Sheet.isColumnHidden() and Row.getZeroHeight() (#48)
  • Support for Row.getLastCellNum() (#41)

1.0.0

30 Apr 21:18
Compare
Choose a tag to compare
1.0.0 Pre-release
Pre-release
  • New Workbook- and Sheet-compatible API
  • Can iterate over sheets (#16)

0.2.13

30 Apr 20:32
Compare
Choose a tag to compare
0.2.13 Pre-release
Pre-release

0.2.12

01 Mar 04:40
Compare
Choose a tag to compare
0.2.12 Pre-release
Pre-release
0.2.12 release (for real)