Skip to content

Releases: salvois/LargeXlsx

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

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