Skip to content

Releases: salvois/LargeXlsx

v1.10.0

28 Jul 08:29
Compare
Choose a tag to compare

Ability to hide worksheets, thanks to Micha Voße (solves #45)

v1.9.2

29 Jun 10:47
Compare
Choose a tag to compare

Fixed #50 (only produce when formatted columns are present)
Micro-optimization to reduce pressure on the garbage collector, inspired from PR #46 by @AntonyCorbett
Upgraded SharpCompress.

v1.9.1

28 Jan 18:56
Compare
Choose a tag to compare

Fix wrongly increased column number when a column span greater than two is used (issue #40).

v1.9.0

08 Dec 17:37
Compare
Choose a tag to compare

Optionally force writing cell references for compatibility with some readers, thanks to Mikk182; header and footer functionality thanks to soend

v1.8.0

21 Jun 18:13
Compare
Choose a tag to compare

Ability to hide grid lines and row and column headers from worksheets, thanks to Rajeev Datta

v1.7.4

07 Apr 13:37
Compare
Choose a tag to compare

Fix culture problem in stylesheet (pull request #28)

v1.7.3

12 Mar 16:29
Compare
Choose a tag to compare

Fixed ContentType for PowerBI compatibility (pull request #23).

v1.7.2

04 Mar 12:13
Compare
Choose a tag to compare

Add app.xml metadata to identify file producer.

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