Releases: salvois/LargeXlsx
Releases · salvois/LargeXlsx
v1.7.1
Performance improvements.
v1.7.0
Write overload for booleans, more performance improvements
v1.6.3
Improved performance of style lookup.
v1.6.2
- 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
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
Opt-in shared string table, to greater control of memory consumption vs. file size.
v1.5.1
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
Password protection of sheets, bump to 1.5.0.
v1.4.0
Added example for font underline, bump to 1.4.0.