masaccio / numbers-parser

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

Cell styles are lost when saving the document #56

Closed burakgok closed 11 months ago

burakgok commented 12 months ago

When I open and save a document without doing any modification; the background color, column width and text alignment of cells are lost (defaulted).

numbers-parser: 3.11.0 Numbers: 13.1 (7037.0.101) Input file: Test.numbers in Files.zip Output file: Test2.numbers in Files.zip

masaccio commented 11 months ago

Styles should be saved now. There's support for editing styles coming, but this is not documented yet as it's not working.