masaccio / numbers-parser

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

I want to get real cell data #21

Closed AsaMitakaIT closed 2 years ago

AsaMitakaIT commented 2 years ago

I got an output like this

Cell A1 contains <numbers_parser.cell.TextCell object at 0x0000017093083B50> This looks like the address to access the iwa file data

But I don't know what tool to use to extract the data of the iwa file Can numbers-parser directly extract the value of the numbers cell?