This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
Releases: Siemienik/xlsx-renderer
Releases · Siemienik/xlsx-renderer
Xlsx-Renderer v2.3.0- ExcelJS upgraded
Xlsx-renderer v2.2.3
- Clean up garbages from
lib/
dir - make the package smaller
Xlsx-renderer v2.2.2 - resolved vulnerability
- Resolve vulnerability from
bl
package by upgrading it
Xlsx-renderer v2.2.1 - Merged cell work much better
This version introduce a big fix for merged cells, which improve handling horizontally merged cells outside & inside loops.
Many thanks for anonymous contributor 🚀
Xlsx-renderer v2.2.0 - Introduce 100% Coverage
- Improve documentation
- Cover by test & fix the condition that checks if the current rendered cell was out of column amount limit (16384).
- Cover by test image handling,
- Refactoring: simplify code to getting string value of a cell,
- Add more scenarios (about worksheet's name length) to test edge cases for WsNameCell
Xlsx-renderer v2.1.1 - continue covering with tests + some fixes
- Fix bug wirh DeleteCell
- Increase tests coverage for:
- ContinueCell
- SumCell
- DeleteCell
- AverageCell
- FormulaCell
- DumpCollsCell
- ForEachCell special usages - iterate through worksheets, special loop variables
- Improve documentation
- Little refactoring
- Integrate with codecov.io: https://codecov.io/gh/Siemienik/xlsx-renderer
Xlsx-renderer v2.1.0
The first fully functional version published on npm, partially covered with tests and documentation.