Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Conversation

larsve
Copy link
Contributor

@larsve larsve commented Apr 4, 2025

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.

Should fix #845

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.
Copy link
Owner

@tealeg tealeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻 Thanks very much @larsve

@tealeg tealeg merged commit 611bf2b into tealeg:master Apr 18, 2025
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rows missing from file if sheet name were changed before rows were added
2 participants