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: [email protected] For additional commands, e-mail: [email protected]
