Skip to content

v0.1.13

Latest
Compare
Choose a tag to compare
@dazfuller dazfuller released this 29 Jun 12:38
· 1 commit to main since this release
5dc22b4

Welcome to the latest release of the Spark Excel reader. This release brings a few changes and bug-fixes in with it including.

  • New parser option to disable formula evaluation. When disabled the formula itself is extracted from the sheet rather than being evaluated.
  • Fix for empty files. Now when a file is parsed that contains only the header record a single null record is returned instead of raising an error
  • Support for the latest Spark 3.4.x and 3.5.x releases
  • Updates to the Apache POI library and other dependencies

Another thanks goes out to @josecsotomorales for his help in this release