View Single Post
Old 07/03/08, 11:25 AM   #2241 (permalink)
gbills
Glass Joe
 
Draenei Hunter
 
Zuluhed
Yes, the current OpenOffice version won't work properly with a Mac. It is mainly because of the type of object that is created. For example:

Set oMSXML = CreateObject("MSXML2.DOMDocument")

This is from the GetDataXLS() function. The MSXML2 library is being used to create an XML object of that type. Unfortunately, this library doesn't exist on a Mac. There's got to be an OpenOffice compatible XML library that it can be replaced with (especially since the OpenOffice document format is based off of XML!). I'm just not sure what it is. I'll do some digging and to see if I can find it.
 
User is offline.
Reply With Quote