I've got a whole directory of openoffice calc files, which are basically filled out versions of the exact same Template.
Now I would like to get the Data of a few cells of each file and put them into a MySQL database.
Is it possible to do this using OpenOffice Calc itself?
As this is a one-time job it does not matter how messy it gets and I would like to waste as little time on writing code as possible.
The only scripting language I have ready to use right now is PHP and I would be able to do it with PHP using a xml reader class, but I have never done that before and I don't want to waste my time on endless debugging so I figured I'd ask you guys first for better ideas.
thank you in advance
Just in case anybody cares, here is how I did it in the end, no scripting was needed: