On Tue September 6 2005 11:00, + Bernard - Maison wrote: > [ MODERATED ] ******************** > Hi, > > I work with Sql, Access, Borland C++ builder ... with windows 2000 system. > Now, i have a client that whants his Access application without Miocrosoft > office, and that's a good thing. I have install an Access run time and > OpenOffice 1.1.4. > > But I need to read, create, write Sheets in old Excel documents (sxc in Oo) > by program. I can do the "OpenOffice Automation" with Borland C++ Builder, > or with Access 2000, for instance, I don't mind...
Hi Bernard. Yes, there is a very rich API. Have a look at http://api.openoffice.org. However maybe an eeasier way to do this is to simply generate the sxc file directly yourself as it is only compressed XML. As a test create an SXC file in OpenOffice.org , save it, unzip it and have a look at the contents.xml file. Please reply to [email protected] only -- CPH : openoffice.org contributor Maybe your question has been answered already? http://user-faq.openoffice.org/#FAQ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
