Skip to content

Releases: salvois/LargeXlsx

v1.7.1

26 Feb 17:47
Compare
Choose a tag to compare

Performance improvements.

v1.7.0

19 Feb 16:20
Compare
Choose a tag to compare

Write overload for booleans, more performance improvements

v1.6.3

17 Sep 17:03
Compare
Choose a tag to compare

Improved performance of style lookup.

v1.6.2

05 Sep 15:27
Compare
Choose a tag to compare
  • Short-circuit the expensive lookup for default style by @AntonyCorbett in #15
  • Fixed XlsxFont's With methods to include underline
  • Upgraded dependencies

v.1.6.1

20 Aug 12:44
Compare
Choose a tag to compare

Made XlsxWriter.Dispose idempotent. Little performance improvements in column name calculation. Fixed split panes to support horizontal only and vertical only splits.

v1.6.0

23 Jul 14:59
Compare
Choose a tag to compare

Opt-in shared string table, to greater control of memory consumption vs. file size.

v1.5.1

11 Jul 17:41
Compare
Choose a tag to compare

This version updates SharpCompress to 0.32.1 to solve issue #9 (malformed file on non-seekable streams) and upgrades the example and test projects to .NET 6.
The library continues to target .NET Standard 2.0.

v1.5.0

31 Jan 18:53
Compare
Choose a tag to compare
Password protection of sheets, bump to 1.5.0.

v1.4.0

24 Jan 17:53
Compare
Choose a tag to compare
Added example for font underline, bump to 1.4.0.

v1.3.1

28 Nov 11:45
Compare
Choose a tag to compare
Updated dependencies.