v4.1.3
4.1.3 (2025-10-20)
By using CoPilot I was able to increase and reach full test coverage and while doing that task, I found a couple of small issues in the code (e.g. assigning to.yOff = xOff when yOff is actually expected for Pictures). So thanks to CoPilot, I was able to reach 100% test coverage while also fixing some minor issues at the same time. :)
Bug Fixes
- add missing
columnsprop in WorksheetOption (ddd4bf6) - by @ghiscoding - check ref instance before any other code in
toXML()fn (3f483b5) - by @ghiscoding - use the correct variable
yOffw/assigning to sameto.yOffvar (81ad4ca) - by @ghiscoding