| View previous topic :: View next topic |
| Author |
Message |
Herb Guest
|
Posted: Mon Jun 28, 2004 6:28 am Post subject: cmdline txt to calc |
|
|
hello
from an Application i call the OpenOffice program with a csv file. This file has the extension txt , so Openoffice starts with Writer. Is there the possibility to start the Calc program with this txt file ?
for example to fix the file format in the cmd-prozedure to TextCSV |
|
| Back to top |
|
 |
matokrt General User

Joined: 07 Jul 2004 Posts: 9
|
Posted: Wed Jul 07, 2004 5:50 am Post subject: Re: cmdline txt to calc |
|
|
| Herb wrote: | hello
from an Application i call the OpenOffice program with a csv file. This file has the extension txt , so Openoffice starts with Writer. Is there the possibility to start the Calc program with this txt file ?
for example to fix the file format in the cmd-prozedure to TextCSV |
Try command:
soffice -calc yourfile.txt
mato |
|
| Back to top |
|
 |
|