Skip to content

Releases: dhatim/fastexcel

0.12.6

11 Mar 08:47
47ff169
Compare
Choose a tag to compare

Thanks to @dorssar:

  • #150 new feature: name a cell range and few minor fixes

0.12.5

10 Feb 15:11
e569400
Compare
Choose a tag to compare
  • #149 ability to read Excel xlsm files

0.12.4

10 Feb 11:50
a1583d7
Compare
Choose a tag to compare
  • #147 reader: handle case where workbook does not contain sharedStrings.xml

0.12.3

01 Feb 08:59
5de9d6e
Compare
Choose a tag to compare

Thanks to @rzymek:

  • #145 fix handling of empty (without a <v>) string cells (like <c r="AJ8" t="s"></c>)

0.12.2

26 Jan 10:02
Compare
Choose a tag to compare
  • Upgrade root-oss to fix issue with GPG signing.
  • Fix tests to build with Apache POI 5.

0.12.1

26 Jan 09:39
79d5290
Compare
Choose a tag to compare

Migrate to GitHub Actions.

0.12.0

25 Jan 15:34
398ec72
Compare
Choose a tag to compare

Thanks to @rzymek:

  • #139 remove poi dependency
  • #142 use Altoxml for faster benchmarks

0.11.0

05 Jan 06:55
034c698
Compare
Choose a tag to compare

Thanks to @rzymek:

  • #137 Explicit types on set value
    Warning: this is a breaking change. Resetting a cell with worksheet.value(0, 0, null) now needs an explicit type cast, e.g. worksheet.value(0, 0, (Number)null).

0.10.23

17 Nov 16:50
0da2b63
Compare
Choose a tag to compare

Thanks to @dorssar:

  • #131 Update README.md
  • #132 Fix: when writing timestamp to header or footer (mixing fontSize with timestamp) - invalid format

0.10.22

17 Nov 06:50
d845696
Compare
Choose a tag to compare

Thanks to @dorssar:

  • #124 New features for repeating rows and columns in the print setup