masaccio / numbers-parser

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

AttributeError: 'Formula' object has no attribute '_table_id' #14

Closed reviewher closed 2 years ago

reviewher commented 2 years ago

Test file, download and rename with .numbers extension then run cat-numbers --formula

masaccio commented 2 years ago

Fixed in 2.3.5 (added XLOOKUP). There's still some decode of storage buffers that I don't quite understand for formula keys so let me know if there are other breakages.