Hi Niklas,

I will test it the coming weekend.

Anyhow; thanks.

Rudi

----- Original Message ----- From: "Niklas Nebel" <niklas.ne...@oracle.com>
To: <dev@api.openoffice.org>
Sent: Tuesday, July 27, 2010 7:51 PM
Subject: Re: [api-dev] Calc and HTML - OOo_3.2.0_Win32


On 07/25/10 22:05, Rudolf Huber wrote:
In calc I try to run to the following routine:

        sCompany = "http://....";
        sFilter = "HTML (StarCalc)"
        sOptions = ""
        Table.LinkMode = com.sun.star.sheet.SheetLinkMode.NONE
        Table.Link(sCompany, "", sFilter, sOptions, 1)

The routine runs very slow. Is there an option which would speed up the process?

It depends on the HTML page you link to. It may contain many images that are loaded, or if the table structure is complex, using "calc_HTML_WebQuery" instead of "HTML (StarCalc)" may help.

Niklas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org

Reply via email to