1GNUMERIC(1)                          GNOME                         GNUMERIC(1)
2
3
4

NAME

6       gnumeric - a GNOME spreadsheet application.
7
8

SYNOPSIS

10       gnumeric [OPTIONS] [files ... ]
11
12

DESCRIPTION

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 underlying platform. When started on the
33       command line, gnumeric may be followed by the options listed below  and
34       possibly the names files in various spreadsheet formats which will then
35       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

USER OPTIONS

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.
64
65       -L, --lib-dir=STRING
66              Set the root library directory to STRING which should be a path‐
67              name.
68
69       -D, --data-dir=STRING
70              Adjust the root data directory to STRING which should be a path‐
71              name.
72
73
74   Options for window placement
75       -g, --geometry=WIDTHxHEIGHT+XOFF+YOFF
76              Set  the size and position of the first window. All units are in
77              pixels. The X offset is from the left hand side of  the  screen,
78              the  Y  offset  is  from  the  top  of  the screen. For example,
79              -g=800x600+20+30 will open a gnumeric window 800 pixels wide  by
80              600  pixels  high, with the left edge of gnumeric 20 pixels from
81              the left of the screen and the top edge of  gnumeric  30  pixels
82              from the top of the screen.
83
84       --display=DISPLAY
85              X  display  to use, where DISPLAY has the form machinename:Xdis‐
86              play.Screen. Note the  machine  displaying  gnumeric  must  have
87              granted  the  machine running gnumeric the right to display (see
88              xhost).
89
90
91       --screen=SCREEN
92              X screen to use,  a  more  compact  form  of  the  functionality
93              described above.
94
95
96
97
98

ADVANCED OPTIONS

100   Gnumeric options
101       --dump-func-defs=FILE
102              Dumps the function definitions to the file with name FILE.
103
104       --dump-func-state=FILE
105              Dumps the function definitions to the file with name FILE.
106
107       --debug=LEVEL
108              Enables some debugging functions.
109
110       --debug_deps=LEVEL
111              Enables some dependency related debugging functions.
112
113       --debug_share=LEVEL
114              Enables some dependency functions for expression sharing.
115
116       --debug_print=LEVEL
117              Enables some print debugging behavior.
118
119       --quit Exit  immediately  after  loading the selected books (useful for
120              testing).
121
122
123   Oaf options
124       --oaf-ior-fd=FD
125              File descriptor on which to print the IOR.
126
127       --oaf-activate-iid=IID
128              IID to activate.
129
130       --oaf-private
131              Prevent registering of server with OAF.
132
133
134   GNOME options
135       --disable-sound
136              Disable sound server usage.
137
138       --enable-sound
139              Enable sound server usage.
140
141       --espeaker=HOSTNAME:PORT
142              Host:port on which the sound server to use is running.
143
144       --disable-crash-dialog
145              Disable the bug submission  dialog  which  appears  if  Gnumeric
146              crashes.
147
148
149   GTK options
150       --gdk-debug=FLAGS
151              Gdk debugging flags to set.
152
153       --gdk-no-debug=FLAGS
154              Gdk debugging flags to unset.
155
156       --sync Make X calls synchronous.
157
158       --name=NAME
159              Program name as used by the window manager.
160
161       --class=CLASS
162              Program class as used by the window manager.
163
164       --gxid_host=HOST
165              The host on which to contact the gxid daemon. This overrides the
166              GXID_HOST environment variable. This option is only available if
167              GTK+ has been configured with --gdk-target=x11.
168
169       --gxid_port=PORT
170              The  port  for  the  connection  to  gxid.  This  overrides  the
171              GXID_PORT environment variable. This option is only available if
172              GTK+ has been configured with --gdk-target=x11.
173
174       --gtk-debug=FLAGS
175              Gtk+ debugging flags to set.
176
177       --gtk-no-debug=FLAGS
178              Gtk+ debugging flags to unset.
179
180       --g-fatal-warnings
181              Make all warnings fatal.
182
183       --gtk-module=MODULE
184              Load an additional Gtk module.
185
186
187   Session management options
188       --sm-client-id=ID
189              Specify session management ID.
190
191       --sm-config-prefix=PREFIX
192              Specify prefix of saved configuration.
193
194       --sm-disable
195              Disable connection to session manager.
196
197
198

VERSION

200       This manual page describes gnumeric version 1.2.
201
202

BUGS

204       For the list of known gnumeric bugs, or to report new ones please visit
205       http://bugzilla.gnome.org.
206
207

SEE ALSO

209       The Gnumeric Manual
210              Available through the Help menu or on  the  world  wide  web  at
211              http://www.gnome.org/projects/gnumeric/doc/index.html
212
213       The Gnumeric Homepage
214              http://www.gnome.org/projects/gnumeric/
215
216       The GNOME project page
217              http://www.gnome.org/
218
219

LICENSE

221       Gnumeric  is  licensed  under  the  terms of the General Public License
222       (GPL), version 2. For information on this license look  at  the  source
223       code  that  came  with  the  software  or  see  the GNU project page at
224       http://www.gnu.org/.
225
226
228       The copyright on the gnumeric software and source code is held  by  the
229       individual authors as is documented in the source code.
230
231
232

AUTHORS

234   Gnumeric
235       Jody Goldberg <jgoldberg@gnome.org>
236       Miguel de Icaza <miguel@gnome.org>
237
238   This manual page
239       Jan Schaumann <jschauma@netmeister.org>
240       Adrian Custer <acuster@gnome.org>
241
242
243
244gnumeric                      September 14, 2003                   GNUMERIC(1)
Impressum