Skip to content

Feature request: support resaving pivot tables #73

Open
@ralfzosel

Description

@ralfzosel

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
screenshot_1
screenshot_2
screenshot_3

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions