Skip to content

Releases: pjfanning/excel-streaming-reader

v3.5.0

17 Feb 21:00
Compare
Choose a tag to compare

What's Changed

  • change way the builder sets up shared-string and comment implementations
  • POI ReadOnlySharedStringTable becomes default shared-string implementation
  • refactor to avoid parsing workbook xml twice in #99

Full Changelog: v3.4.2...v3.5.0

v3.4.2

14 Feb 11:26
Compare
Choose a tag to compare
  • Fix module name added in v3.4.1 - now set to com.github.pjfanning.excelstreamingreader
  • small refactor to avoid creating extra XSSFRichTextStrings instances for shared string entries

Full Changelog: v3.4.1...v3.4.2

v3.4.1

20 Jan 10:41
Compare
Choose a tag to compare

What's Changed

  • add Automatic-Module-Name in #95
  • fix row spliterator in #96

Full Changelog: v3.4.0...v3.4.1

v3.4.0

15 Jan 00:14
Compare
Choose a tag to compare

What's Changed

  • Poi 5.2.0 in #94

Full Changelog: v3.3.2...v3.4.0

v3.3.2

05 Jan 11:31
Compare
Choose a tag to compare
  • Sonarqube suggestions
  • Upgrade poi-shared-strings and h2 dependencies

Full Changelog: v3.3.1...v3.3.2

v3.3.1

28 Dec 20:22
Compare
Choose a tag to compare
  • Upgrade poi-shared-strings and its h2 dependency due to CVE-2021-23463
  • Upgrade to log4j-api 2.17.1

Full Changelog: v3.3.0...v3.3.1

v3.3.0

27 Dec 13:04
Compare
Choose a tag to compare

What's Changed

  • Make it optional to read styles data in #90
  • SST refactor in #91
  • Read only sst in #93

Full Changelog: v3.2.6...v3.3.0

v3.2.6

18 Dec 11:44
Compare
Choose a tag to compare
  • Upgrade to log4j-api 2.17.0
  • #87 workbook.getSheetAt(0).getWorkbook() returns null

Full Changelog: v3.2.5...v3.2.6

v3.2.5

14 Dec 22:09
Compare
Choose a tag to compare

What's Changed

  • Bump poi-shared-strings from 2.2.3 to 2.3.1
  • fix issue with reading cell formulas in sharedformula-strict-format.xlsx in #83
  • Bump log4j-to-slf4j from 2.14.1 to 2.16.0

Full Changelog: v3.2.4...v3.2.5

v3.2.4

07 Dec 14:27
Compare
Choose a tag to compare

What's Changed

  • Upgrade poi shared strings in #78
  • add option to disable shared formula tracking in #79
  • disable shared formula support (by default) and document as experimental in #81

Full Changelog: v3.2.3...v3.2.4