numbers-parser¶
numbers-parser
is a Python module for parsing Apple Numbers.numbers
files. It supports Numbers files
generated by Numbers version 10.3, and up with the latest tested version being 14.1
(current as of June 2024).
It supports and is tested against Python versions from 3.9 onwards. It is not compatible with earlier versions of Python.
Getting started¶
Start with these documents to get you up and running:
API Reference¶
License¶
All code in this repository is licensed under the MIT License.