LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

gnumeric

lightweight GNOME spreadsheet application

TLDR

Start Gnumeric
$ gnumeric
copy
Open spreadsheet
$ gnumeric [spreadsheet.xlsx]
copy
Convert to CSV
$ ssconvert [input.xlsx] [output.csv]
copy
Convert to PDF
$ ssconvert [input.xlsx] [output.pdf]
copy

SYNOPSIS

gnumeric [options] [files]

DESCRIPTION

Gnumeric is a spreadsheet application for GNOME. It provides spreadsheet functionality including formulas, charts, and data analysis with high calculation accuracy.Gnumeric supports various file formats including Excel, OpenDocument, and CSV. It is known for accurate statistical functions and being lightweight compared to full office suites.

PARAMETERS

FILES

Spreadsheet files to open.
-n, --new
Open new window.
--no-splash
Start without showing the splash screen.
-g, --geometry WIDTHxHEIGHT+XOFF+YOFF
Set the size and position of the first window.
-L LOCALE, --locale LOCALE
Set locale.
-v, --version
Display the version of Gnumeric.
--help
Display help information.

INSTALL

sudo apt install gnumeric
copy
sudo dnf install gnumeric
copy
sudo pacman -S gnumeric
copy
sudo apk add gnumeric
copy
sudo zypper install gnumeric
copy
brew install gnumeric
copy
nix profile install nixpkgs#gnumeric
copy

CAVEATS

GTK application requiring a display server. Fewer features than LibreOffice Calc but lighter weight. Known for excellent statistical accuracy. Use ssconvert for command-line format conversions without launching the GUI.

HISTORY

Gnumeric was started by Miguel de Icaza as part of the GNOME project, focusing on accuracy and standards compliance.

SEE ALSO

Copied to clipboard
Kai