numbers-parser icon indicating copy to clipboard operation
numbers-parser copied to clipboard

Python module for parsing Apple Numbers .numbers files

Results 8 numbers-parser issues
Sort by recently updated
recently updated
newest added

Look ad whether the sizes in the column and row maps can be reproduced to set the related widths. Cache on doc read and then allow as option in add_row()/add_column()

Just remove the extension [formula-error.numbers.zip](https://github.com/masaccio/numbers-parser/files/9637583/formula-error.numbers.zip) ``` % cat-numbers -b --formulas formula-error.numbers sum,prod 1.0,2.0 1.0,4.0 ... IndexError: pop from empty list During handling of the above exception, another exception occurred: ......

Strange error I'm getting when I try to run numbers_parser on certain files, it yields a stack with key error 29, other Numbers files it seems to work fine on....

**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...

Thanks for your contribution, it's a very good job. I would like to ask about the version of protobuf that generates files corresponding to python from proto files, because I...

**Describe the bug** There is no way to add a caption at the bottom of a table. **Expected behavior** Please provide a way to add text to the table caption....

ubuntu 20.0.4 numbers_parser.exceptions.UnsupportedError: Pre-BNC storage is unsupported

Hello, **Describe the bug** Trying to access rows and columns in a table with group categories returns different results than the expected ones. **To Reproduce** ```python doc = Document("test.numbers") print(doc.sheets[0].tables[1].cell("B8").formatted_value)...