There are several Ruby open-source libraries for reading Microsoft Excel files, such as roo or spreadsheet. What about Apple Numbers documents? Is there anything available?
There are several Ruby open-source libraries for reading Microsoft Excel files, such as roo
Share
Such a library apparently does not exist (yet?). A good workaround for now is to automate the conversion to CSV through applescript, and then read this result instead of trying to read the Numbers file directly. This might not fit everyone’s needs, though, but works perfectly for me.
Here is the applescript:
Use it like this: