1GNUMERIC(1) GNOME GNUMERIC(1)
2
3
4
6 gnumeric - a GNOME spreadsheet application.
7
8
10 gnumeric [OPTIONS] [files ... ]
11
12
14 Gnumeric is a powerful spreadsheet program created by the GNOME
15 project. Gnumeric intends to compete with commercial spreadsheets by
16 becoming fully compatible with Microsoft Excel(TM) and through the sup‐
17 port of most popular spreadsheet file formats such as Excel(TM), Lotus
18 1-2-3(TM), Applix(TM), Sylk(TM), XBase(TM), Oleo(TM) and OpenOffice.org
19 formats.
20
21 Gnumeric supports advanced calculations using statistical, financial
22 and database access functions. Plotting data is supported through an
23 incomplete but powerful plotting system. A plugin system extends gnu‐
24 meric , for instance enabling the export of data to the LaTeX
25 \longtable format. Plugins can be used to define custom functionality.
26 A rudimentary scripting API for the Python language exists and will be
27 extended in the near future. Since gnumeric is free software, gnumeric
28 can also be extended directly at the source code level by any competent
29 programmer.
30
31 The program can be started from the command line as gnumeric or from
32 one of the menus provided by the underlying platform. When started on
33 the command line, gnumeric may be followed by the options listed below
34 and possibly the names of files in various spreadsheet formats which
35 will then be opened immediately. For instance, the command:
36
37 gnumeric myfile.gnumeric
38
39 will launch gnumeric and open the file called "myfile.gnumeric". The
40 default gnumeric file format is in extensible markup language (XML)
41 which subsequently has been compressed with gzip.
42
43
45 This program follows the usual GNU command line syntax, with single
46 letter options starting with a single dash (`-') and longer options
47 starting with two dashes (`--').
48
49
50 Help options
51 -?, --help Show help message.
52
53 --usage
54 Displays a brief usage message.
55
56
57 Gnumeric options
58 -v, --version
59 Displays the version number of the installed instance of gnu‐
60 meric.
61
62 --no-splash
63 Start gnumeric without showing the splash screen. The splash
64 screen is normally shown if loading files takes too long.
65
66
67 Options for window placement
68 -g, --geometry=WIDTHxHEIGHT+XOFF+YOFF
69 Set the size and position of the first window. All units are in
70 pixels. The X offset is from the left hand side of the screen,
71 the Y offset is from the top of the screen. For example,
72 -g=800x600+20+30 will open a gnumeric window 800 pixels wide by
73 600 pixels high, with the left edge of gnumeric 20 pixels from
74 the left of the screen and the top edge of gnumeric 30 pixels
75 from the top of the screen.
76
77 --display=DISPLAY
78 X display to use, where DISPLAY has the form machinename:Xdis‐
79 play.Screen. Note that the machine displaying gnumeric must have
80 granted the machine running gnumeric the right to display (see
81 xhost).
82
83
84 --screen=SCREEN
85 X screen to use, a more compact form of the functionality
86 described above.
87
88
89
90
91
93 GNOME options
94 --disable-sound
95 Disable sound server usage.
96
97 --enable-sound
98 Enable sound server usage.
99
100 --espeaker=HOSTNAME:PORT
101 Host:port on which the sound server to use is running.
102
103 --disable-crash-dialog
104 Disable the bug submission dialog which appears if Gnumeric
105 crashes.
106
107
108 GTK options
109 --gdk-debug=FLAGS
110 Gdk debugging flags to set.
111
112 --gdk-no-debug=FLAGS
113 Gdk debugging flags to unset.
114
115 --sync Make X calls synchronous.
116
117 --name=NAME
118 Program name as used by the window manager.
119
120 --class=CLASS
121 Program class as used by the window manager.
122
123 --gxid_host=HOST
124 The host on which to contact the gxid daemon. This overrides the
125 GXID_HOST environment variable. This option is only available if
126 GTK+ has been configured with --gdk-target=x11.
127
128 --gxid_port=PORT
129 The port for the connection to gxid. This overrides the
130 GXID_PORT environment variable. This option is only available if
131 GTK+ has been configured with --gdk-target=x11.
132
133 --gtk-debug=FLAGS
134 Gtk+ debugging flags to set.
135
136 --gtk-no-debug=FLAGS
137 Gtk+ debugging flags to unset.
138
139 --g-fatal-warnings
140 Make all warnings fatal.
141
142 --gtk-module=MODULE
143 Load an additional Gtk module.
144
145
146 Session management options
147 --sm-client-id=ID
148 Specify session management ID.
149
150 --sm-config-prefix=PREFIX
151 Specify prefix of saved configuration.
152
153 --sm-disable
154 Disable connection to session manager.
155
156
157
159 This manual page describes gnumeric version 1.8.
160
161
163 For the list of known gnumeric bugs, or to report new ones please visit
164 http://bugzilla.gnome.org.
165
166
168 ssconvert(1), ssindex(1), ssdiff(1) ssgrep(1)
169
170 The Gnumeric Manual Available through the Help menu or online ⟨http://
171 www.gnome.org/projects/gnumeric/doc/gnumeric.shtml⟩.
172
173 The Gnumeric Homepage ⟨http://www.gnome.org/projects/gnumeric/⟩.
174
175 The GNOME project page ⟨http://www.gnome.org/⟩.
176
177
179 Gnumeric is licensed under the terms of the General Public License
180 (GPL), version 2 or 3. For information on this license look at the
181 source code that came with the software or see the GNU project page
182 ⟨http://www.gnu.org/⟩.
183
184
186 The copyright on the gnumeric software and source code is held by the
187 individual authors as is documented in the source code.
188
189
190
192 Gnumeric
193 Jody Goldberg <jody@gnome.org>
194 Miguel de Icaza <miguel@gnome.org>
195 Morten Welinder <terra@gnome.org>
196
197 -- and many others. For a more complete list, see the About dialog.
198
199 This manual page
200 Jan Schaumann <jschauma@netmeister.org>
201 Adrian Custer <acuster@gnome.org>
202
203
204
205gnumeric 2009-02-08 GNUMERIC(1)