You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2025. It is now read-only.
Fixes issue when newly added rows are missing from file
If a sheet were renamed and then new rows were added, the new rows would not
be saved in the .xlsx-file.
To fix that, makeCellKeyRowPrefix() and makeCellKey() were updated to use
cellStoreName, so they use the same key-prefix as makeRowKey does.
0 commit comments