1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
<sect1 id="sect-files-ssconvert">
<title>Converting Files</title>
<para>
&gnum; can convert files automatically without needing user
intervention. This allows a large number of files to be converted
using a script. &gnum; is distributed along with a program called
<application>ssconvert</application> which is the program used to
convert files automatically. All of the file formats supported by
&gnum; can be used except for the PostScript and PDF file formats
which operate through the printing system.
</para>
<para>
This application is used, from the command line by specifying, any
desired options, an input file and an output file. For example,
<screen>
ssconvert myfile.xls myfile.gnumeric
</screen>
would convert an <application>Excel</application> format file to a
&gnum; format file.
</para>
<!-- TODO: render hack -->
<para></para>
<para>
The available import and export file formats which ssconvert
can read can be listed using
<screen>
ssconvert --list-importers
</screen>
or
<screen>
ssconvert --list-exporters
</screen>
respectively.
</para>
<!-- TODO: render hack -->
<para></para>
<para>
Like other GNU command line applications,
<application>ssconvert</application> includes a manual page. This
page can be accessed by typing:
<screen>
man ssconvert
</screen>
which will open the manual page. This page can be navigated by
typing the space bar or using the <keysym>Page Up</keysym> and
<keysym>Page Down</keysym> buttons. The
<application>man</application> program can be dismissed by typing
the <keysym>q</keysym> key.
</para>
</sect1>
|