Originally, when I had read that there was an incompatibility of the most fundamental syntax of formulas in OpenOffice compared to Excel I was pissed and gave up on the project. I shared this info with my friends who also do developlment and they were shocked. They had no idea that OO was incompatible with an Excel file on such a basic level. Then I received Dave's comment on my blog and got recharged to try to tackle this task.
OpenOffice FAQ stating the basic incompatibility with Excel Formulas
Well, now that there is someone requesting it, and even willing to donate if I can do it. I've decided to pick up the torch and see what I can do. Editting each forumla by hand would be very time consuming and error prone, so my plan is to develop another macro that will update all the formulas in spreadsheet to use semi-colons (;) instead of commas (,).
In addition to this fundamental incompatibility the object model used in the macros is different from Excel, so I will need to update all the macros in the workbook to use the OpenOffice model. Once built I will need to maintain two separate files for Excel and OpenOffice.
If you have experience, please feel free to point me towards any useful tools/references. I'm basically going using the OpenOffice references and anything I can find in web searches to get this new file built. Cheers.
