Questions tagged [gnumeric]
19 questions
29
votes
1 answer
"Save as csv" not available
How can I save single spreadsheet as a csv file in Gnumeric (version 1.12.28)?
Going through File - Save As offers several file types like .gnumeric, .xls or .ods, but not .csv.
user1251007
- 1,175
7
votes
1 answer
Swap rows in gnumeric
Is there any convenient way to swap two rows in gnumeric? Currently I'm doing it the hard way: insert an empty row, move rows, and remove empty row. I hope that there is a better way...
JooMing
- 914
3
votes
2 answers
Insert many rows in Gnumeric
Gnumeric is a spreadsheet program.
There is Insert 1 row in the row context menu.
But how to insert many row?
Anything better than selecting Insert 1 row many times?
Nicolas Raoul
- 11,561
3
votes
1 answer
How do I import multiple csv files in gnumeric?
I am trying to import multiple csv files into gnumeric so that each one is a separate sheet in the workbook. This is relatively simple in Excel but I cannot work out how to do it in gnumeric.
3
votes
1 answer
How to delete multiple rows in Gnumeric
When I select one row in Gnumeric I get the option to Delete 1 Row:
When I select more than one in Gnumeric, I get a grayed out (non-functional) option to Delete 3 Rows:
Clearly Gnumeric knows what I want to do but it just won't let me do it.
How…
user225451
2
votes
1 answer
Toggle alternative keyboard behaviour in Gnumeric
When using Gnumeric, one can usually navigate between cells using the keyboard arrows and change the content of a cell just by typing the wanted content.
However, I sometimes find myself in a situation where I have to double-click a cell to be able…
Skippy le Grand Gourou
- 2,334
2
votes
0 answers
How to specify output file cell format when using ssconvert --merge-to to create ODS file from multiple CSVs?
I successfully converted a series of .csv files into a single .ods spreadsheet file, but I had a minor formatting problem: all cells with date contents ended up with date and time format. Command used:
ssconvert --merge-to dir/output_file.ods…
2
votes
3 answers
How to use MPIR with Visual Studio?
I am an academic and I need to develop some numerical algorithms which require functions from a package called MPIR http://mpir.org/downloads.html. I downloaded the 3.0.0 version and I am trying to figure out how to use this with Visual Studio 2017…
Turbo
- 139
1
vote
1 answer
Importing numbers with leading zeros as text strings in gnumeric
I have a csv file with numbers, some that start with zeros. Those zeros are somewhat important to me. All the entries in the file are encapsulated with double quotes. Gnumeric's import dialogue recognises " as the text indicator. The preview pane…
Escher
- 339
1
vote
1 answer
Binary spreadsheets with bitwise operators
I am looking for a way to easily construct binary spreadsheets using bitwise operators such as SHIFT, AND, OR and XOR.
I've looked at Gnumeric but can't find any function that'd allow you to set the base to 2 and do easy binary operations without…
ks6g10
- 119
1
vote
1 answer
Gnumeric doesn't recognize numbers
I am trying to do some basic calculations (mostly finding the median of a range of values) using gnumeric. Unfortunately, this is giving me a hard time. Consider the following data:
0.04 0.04 0 0 0.08
0.07 0.03 0 0.01 0.11
0.05 0.04 0 0 0.09
0.06…
evnu
- 475
1
vote
1 answer
How can I open a subset of a large (35MB) .xlsx file?
I have Ubuntu 10.04 running on a Dell Optiplex with 4GB of memory and two 3.16GHz processors.
I received a 35MB spreadsheet. It opened in Gnumeric after 5 minutes with errors, and it hasn't opened in Open Office (killed after 20 min.) even after I…
David LeBauer
- 739
1
vote
1 answer
How to mark elements of formula to "don't shift"
I have two worksheets in my Gnumeric file.
In the first I have a lot of rows which contain an index.
On the second I have the respective values for that index.
Now, I can use the index function to reference the aspect I…
Angelo Fuchs
- 931
- 3
- 10
- 29
0
votes
1 answer
Prepend text for spreadsheet
I want to have a string value prepended to a XL-style formating in a spreadsheet program (gnumeric). The current formatting is [$-f4f2]hh:mm which should take 1:00 PM as input and convert/display it as 13:00. Additionally I would like to have it…
ConfusedStack
- 131
0
votes
1 answer
How to get the average of the higher M values in N cells?
I have a spreadsheet with values in a matrix with several rows. For each row I have a N numbers. I want to calculate the average of the M higher values of the row. With M
Daniel Hernández
- 103