Groovy ( ), .
How to normally read an Open Office spreadsheet document? There are tools for creating one (ooo-python), but not for reading. They are XML, but just stupidly immersed in it, and trying to get the correct logic for retrieving the data I want seems so sub-optimal.
I would like to use features similar to Excel COM support, but from a command line tool (or scripting language).
source
share