4.1.3 (2025-10-20)
By using CoPilot I was able to increase and reach full test coverage and while doing that task, we found a couple of small issues (e.g. assigning xOff
to to.yOff
which as you guessed should have been to.xOff
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
columns
prop in WorksheetOption (ddd4bf6) - by @ghiscoding - check ref instance before any other code in
toXML()
fn (3f483b5) - by @ghiscoding - use the correct variable
yOff
w/assigning to sameto.yOff
var (81ad4ca) - by @ghiscoding