Subject Re: OpenOffice.org Export
From Miel Castro Jr. <miel_castrojr@yahoo.com>
Date Thu, 04 Feb 2010 22:57:53 -0500
Newsgroups dbase.getting-started

Thanks for the link Mervyn,

I'l try to study the convention and will post some comments if any.

God Bless always


Miel

> 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.
>
>