| View previous topic :: View next topic |
| Author |
Message |
mg General User

Joined: 29 Jan 2004 Posts: 6
|
Posted: Thu Jan 29, 2004 5:29 am Post subject: Options to save text out of a Calc file? |
|
|
Hi,
I try to extract text out of a Calc file but get only a empty file
| Code: |
Set SaveParamsCalc(0) = OOoPropertyValue("Overwrite", True)
Set SaveParamsCalc(1) = OOoPropertyValue("FilterName", "scalc: Text - txt - csv (StarCalc)")
Document1.storeToURL FN_Dest, SaveParamsCalc
|
What could be the problem?
(I use Visual Basic but this should not matter...)
Thanks in advance. |
|
| Back to top |
|
 |
avantman42 Super User

Joined: 28 Jul 2003 Posts: 751 Location: Staffordshire, UK
|
|
| Back to top |
|
 |
mg General User

Joined: 29 Jan 2004 Posts: 6
|
Posted: Thu Jan 29, 2004 6:30 am Post subject: |
|
|
Hm, no I think this should be right. Have copied it from
http://framework.openoffice.org/files/documents/25/897/filter_description.html
and in this description it says "Uses Options" for this filter, but I do not know which options?!
I think I have to set a propertyValue to say if I want to have plain text, or maybe a cvs file...
But what are name and value of this option? |
|
| Back to top |
|
 |
DannyB Moderator


Joined: 02 Apr 2003 Posts: 3991 Location: Lawrence, Kansas, USA
|
|
| Back to top |
|
 |
|