masaccio / numbers-parser

Python module for parsing Apple Numbers .numbers files
MIT License
201 stars 14 forks source link

Merges are not roundtripped #62

Closed masaccio closed 1 year ago

masaccio commented 1 year ago

Document.merge_ranges is correct but Cell.is_merged and Cell.size re not reflecting the merge. Actually cells inside the saved document are merged.

masaccio commented 1 year ago

Fixed with a refactor of the cache