Feris Thia wrote:
Hi All,
How to use Java UNO API to output XLS or any office document to HTML ?
Regards,
Feris
If I were using Basic, I would do it this way!
Dim args(0) as new com.sun.star.beans.PropertyValue
args(0).Name = "FilterName"
args(0).Value = "HTML (StarCalc)"
ThisComponent.storeToURL("file:///andrew0/home/andy/test.html",args())
I have no comment on Java!
--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info: http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]