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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
|
.TH SSCONVERT 1 "September 27, 2003" gnumeric "GNOME"
.SH NAME
ssconvert \- a command line spreadsheet format converter
.SH SYNOPSIS
\fBssconvert\fR [\fIOPTIONS\fR] \fIinfile\fR \fIoutfile\fR
.SH DESCRIPTION
\fBssconvert\fR is a command line utility to convert spreadsheet files
between various spreadsheet file formats. It is a companion utility to
\fBGnumeric\fR, the powerful spreadsheet program created by the GNOME
project.
.\".SH RETURN VALUE
.\".SH EXIT STATUS
.SH OPTIONS
This program follows the usual GNU command line syntax, with single
letter options starting with a single dash (`-') and longer options
starting with two dashes (`--').
.SS "Main options"
.TP
.B \-\-list\-exporters
List the available exporters (file formats)
.TP
.B \-\-list\-importers
List the available importers (file formats)
.TP
.B \-E, \-\-import\-encoding=\fISTRING\fR
Specify an encoding for imported content
.TP
.B \-T, \-\-export\-type=\fIID\fR
Specify which exporter to use; see below for a list.
.SS "Help options"
.TP
.B \-v, \-\-version
Display ssconvert's version
.TP
.B \-h, \-\-help, \-\-usage
Display a brief usage message
.SS "Path options"
.TP
.B \-L, \-\-lib\-dir=STRING
Set the root library directory
.TP
.B \-D, \-\-data\-dir=STRING
Adjust the root data directory
.SH LIST OF IDS
.TP
Gnumeric_xml_sax:xml_sax
EXPERIMENTAL SAX based Gnumeric (*.gnumeric)
.TP
Gnumeric_dif:dif
Data Interchange Format (*.dif)
.TP
Gnumeric_html:roff
TROFF (*.me)
.TP
Gnumeric_html:latex
LaTeX 2e (*.tex)
.TP
Gnumeric_html:xhtml_range
XHTML range - for export to clipboard
.TP
Gnumeric_html:xhtml
XHTML (*.html)
.TP
Gnumeric_html:html40frag
HTML (*.html) fragment
.TP
Gnumeric_html:html40
HTML 4.0 (*.html)
.TP
Gnumeric_html:html32
HTML 3.2 (*.html)
.TP
Gnumeric_Excel:excel_dsf
MS Excel (tm) 97/2000/XP & 5.0/95
.TP
Gnumeric_Excel:excel_biff8
MS Excel (tm) 97/2000/XP
.TP
Gnumeric_Excel:excel_biff7
MS Excel (tm) 5.0/95
.TP
Gnumeric_stf:stf
Text export (configurable)
.TP
Gnumeric_XmlIO:gnum_xml
Gnumeric XML file format
.\".SH USAGE
.SH EXAMPLE
To convert the gnumeric file \fIfoo.gnumeric\fR to a Microsoft Excel(TM) file
\fIfoo.xls\fR:
.PP
\fBssconvert\fR \fB\-\-export\-type=\fRGnumeric_Excel:excel_dsf\fR \fIfoo.gnumeric\fR \fIfoo.xls\fR
.PP
.\".SH ENVIRONMENT
.\".SH DIAGNOSTICS
.\".SH SECURITY
.\".SH CONFORMING TO
.\".SH NOTES
.SH BUGS
\fBssconvert\fR is a recent addition to Gnumeric. Its main limitation is
that there is currently no provision for importer or exporter specific flags.
.SH LICENSE
\fBssconvert\fR is licensed under the terms of the General Public
License (GPL), version 2. For information on this license look at the
source code that came with the software or see the
.UR http://www.gnu.org
GNU project page
.UE
at http://www.gnu.org/.
.SH COPYRIGHT
The copyright on the \fBgnumeric\fR software and source code is held
by the individual authors as is documented in the source code.
.SH AUTHOR
\fBssconvert\fR's primary author is Jody Goldberg <jody@gnome.org>;
\fBssconvert\fR builds on the \fBgnumeric\fR codebase.
The initial version of this manpage was written by J.H.M. Dassen (Ray)
<jdassen@debian.org>.
.SH SEE ALSO
\fBgnumeric\fR(1)
.UR http://www.gnome.org/projects/gnumeric/
The Gnumeric Homepage
.UE
at \fIhttp://www.gnome.org/projects/gnumeric/\fR
.UR http://www.gnome.org/
The GNOME project page
.UE
at \fI http://www.gnome.org/\fR
|