Open
Description
Describe the bug
I open a Numbers file that contains a pivot table (doc = Document("dummy.numbers")
). When I save this file (doc.save("dummy_new.numbers")
) and open it with Numbers, data in the pivot table is missing.
To Reproduce
from numbers_parser import Document
doc = Document("dummy.numbers")
doc.save("dummy_new.numbers")
Expected behavior
The data in the pivot table should not vanish.
Attachments
numbers-files.zip
Additional information
- numbers-parser version 4.7.1
- Numbers version 13.2 (7038.0.87)
- macOS 13.6.4 (22G513) (M2 chip)
When I try to refresh the pivot table in Numbers, a message pops up:
(…) This pivot table uses data that was removed from its source table. (…)
Metadata
Metadata
Assignees
Labels
No labels