1SSCONVERT(1)                         GNOME                        SSCONVERT(1)
2
3
4

NAME

6       ssconvert - a command line spreadsheet format converter
7
8

SYNOPSIS

10       ssconvert [OPTIONS] infile outfile
11
12

DESCRIPTION

14       ssconvert  is  a  command  line  utility  to  convert spreadsheet files
15       between various spreadsheet file formats. It is a companion utility  to
16       Gnumeric,  the  powerful  spreadsheet  program  created  by  the  GNOME
17       project.
18
19

OPTIONS

21       This program follows the usual GNU command  line  syntax,  with  single
22       letter  options  starting  with  a single dash (`-') and longer options
23       starting with two dashes (`--').
24
25
26   Main options
27       --list-exporters
28              List the available exporters (file formats)
29
30       --list-importers
31              List the available importers (file formats)
32
33       -E, --import-encoding=STRING
34              Specify an encoding for imported content
35
36       -T, --export-type=ID
37              Specify which exporter to use; see below for a list.
38
39
40   Help options
41       -v, --version
42              Display ssconvert's version
43
44       -h, --help, --usage
45              Display a brief usage message
46
47
48   Path options
49       -L, --lib-dir=STRING
50              Set the root library directory
51
52       -D, --data-dir=STRING
53              Adjust the root data directory
54
55

LIST OF IDS

57       Gnumeric_xml_sax:xml_sax
58              EXPERIMENTAL SAX based Gnumeric (*.gnumeric)
59
60       Gnumeric_dif:dif
61              Data Interchange Format (*.dif)
62
63       Gnumeric_html:roff
64              TROFF (*.me)
65
66       Gnumeric_html:latex
67              LaTeX 2e (*.tex)
68
69       Gnumeric_html:xhtml_range
70              XHTML range - for export to clipboard
71
72       Gnumeric_html:xhtml
73              XHTML (*.html)
74
75       Gnumeric_html:html40frag
76              HTML (*.html) fragment
77
78       Gnumeric_html:html40
79              HTML 4.0 (*.html)
80
81       Gnumeric_html:html32
82              HTML 3.2 (*.html)
83
84       Gnumeric_Excel:excel_dsf
85              MS Excel (tm) 97/2000/XP & 5.0/95
86
87       Gnumeric_Excel:excel_biff8
88              MS Excel (tm) 97/2000/XP
89
90       Gnumeric_Excel:excel_biff7
91              MS Excel (tm) 5.0/95
92
93       Gnumeric_stf:stf
94              Text export (configurable)
95
96       Gnumeric_XmlIO:gnum_xml
97              Gnumeric XML file format
98
99

EXAMPLE

101       To convert the gnumeric file foo.gnumeric to a Microsoft Excel(TM) file
102       foo.xls:
103
104       ssconvert --export-type=Gnumeric_Excel:excel_dsf foo.gnumeric foo.xls
105

BUGS

107       ssconvert is a recent addition to Gnumeric. Its main limitation is that
108       there is currently no  provision  for  importer  or  exporter  specific
109       flags.
110
111

LICENSE

113       ssconvert  is  licensed  under  the terms of the General Public License
114       (GPL), version 2. For information on this license look  at  the  source
115       code  that  came  with  the  software  or  see  the  GNU  project  page
116http://www.gnu.org⟩ at http://www.gnu.org/.
117
118
120       The copyright on the gnumeric software and source code is held  by  the
121       individual authors as is documented in the source code.
122
123

AUTHOR

125       ssconvert's primary author is Jody Goldberg <jody@gnome.org>; ssconvert
126       builds on the gnumeric codebase.
127
128       The initial version of this manpage was written by J.H.M. Dassen  (Ray)
129       <jdassen@debian.org>.
130
131

SEE ALSO

133       gnumeric(1)
134
135       The   Gnumeric  Homepage  ⟨http://www.gnome.org/projects/gnumeric/⟩  at
136       http://www.gnome.org/projects/gnumeric/
137
138       The     GNOME     project     page      ⟨http://www.gnome.org/⟩      at
139       http://www.gnome.org/
140
141
142
143gnumeric                      September 27, 2003                  SSCONVERT(1)
Impressum