Re: [dev] Opening SYLK from Java code

2005-03-18 Thread Eike Rathke
Hi Chris,

On Wed, Mar 16, 2005 at 09:25:52 +1100, Chris wrote:

 If I set the convertor to be SYLK then the Java code, 
 xstorable.storeAsURL(url, propertyvalue) throws an IOException. Is there 
 some other trick involved?

Does it work if you use the storeToURL() method instead? If not, what is
the exact URL you passed and how did you set the properties exactly? And
does it work if you use another filter type?

Anyway, this topic is more appropriate for the [EMAIL PROTECTED] list, so if we
don't solve it soon I'd suggest we move over there.

  Eike

-- 
 OOo/SO Calc core developer. Number formatter bedevilled I18N transpositionizer.
 GnuPG key 0x293C05FD:  997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Opening SYLK from Java code

2005-03-15 Thread Chris
Niklas Nebel wrote:
Chris wrote:
I have Java code that opens OOo and Excel  files in OOo. However it 
doesn't work with SYLK files.
I set the convertor to be Flat XML File (Calc). Do I have to set it 
to something else for it to open SYLK files? Or is there some other 
trick?

The filter name for SYLK files is just SYLK.

If I set the convertor to be SYLK then the Java code, 
xstorable.storeAsURL(url, propertyvalue) throws an IOException. Is there 
some other trick involved?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]