Subject Re: OpenOffice.org Export
From Mervyn Bick <invalid@invalid.invalid>
Date Thu, 04 Feb 2010 18:04:08 +0200
Newsgroups dbase.getting-started

On Thu, 04 Feb 2010 12:08:56 +0200, Miel Castro Jr.  
<miel_castrojr@yahoo.com> wrote:

> Thanks for the response,
>
> Your suggestion is actually OK,
> however, I have modified some of the codes so as to format excel file
> in Custom Cell Ranges, which I wanted to happen in OpenOffice.org as well
>
> so I would like to know what would be the replacement of this:
>
> oExcel := new oleAutoclient("excel.application")
> in OpenOffice.org
>

It looks as if

oOO = new oleAutoclient("com.sun.star.ServiceManager")

is the replacement.


http://udk.openoffice.org/common/man/tutorial/office_automation.html  
looks like a good place to start.


Mervyn.