masaccio / numbers-parser

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

Allow setting of default table size/headers when creating new document #63

Closed masaccio closed 11 months ago

masaccio commented 11 months ago

In lieue of deleting rows and columns, a new document needs a means of setting the size of the first table to be able to size. Empty document could be a 1x1 but would need to add rows after loading.

masaccio commented 11 months ago

Implemented in 4.3