Skip to content

Releases: pjfanning/excel-streaming-reader

2.3.5

03 Oct 08:55
Compare
Choose a tag to compare

2.3.4

17 May 13:40
Compare
Choose a tag to compare

2.3.3

26 Apr 16:37
Compare
Choose a tag to compare
  • General code tidy up and some extra tests
  • Implement sheet getFirstRowNum()
  • Experimental support for getting core document properties

2.3.2

24 Mar 12:08
Compare
Choose a tag to compare

2.3.1

14 Feb 21:30
Compare
Choose a tag to compare
  • POI 4.1.2 support

2.3.0

20 Oct 13:39
Compare
Choose a tag to compare
  • Support POI 4.1.1
  • POI Cell interface has some extra methods for supporting Java 8 LocalDateTime

2.2.1

09 Apr 21:10
dae167d
Compare
Choose a tag to compare

Fixes issue where 2.2.0 jars were built with JDK 11. 2.2.1 was built with JDK 8.

Full Changelog: 2.2.0...2.2.1

2.2.0

09 Apr 14:33
Compare
Choose a tag to compare

POI 4.1.0 support

Full Changelog: 2.1.1...2.2.0

2.1.1

03 Dec 08:00
Compare
Choose a tag to compare

Use POI 4.0.1

Full Changelog: 2.1.0...2.1.1

2.1.0

12 Sep 12:53
Compare
Choose a tag to compare
  • Fixed handling of string based formulas. (#153) (#12)
  • make XPath and DOM code namespace aware (#11)