Apache OpenOffice is a cross-platform office suite. Like LibreOffice, it is a successor to OpenOffice.org, the open-source version of Sun's StarOffice.
Questions tagged [openoffice]
35 questions
35
votes
4 answers
Convert a .xlsx (MS Excel) file to .csv on command line with semicolon separated fields
I realize that this is not an entirely unix/linux related question. But since this is something I'll do on linux, I hope someone has an answer.
I have an online excel file (.xlsx) which gets updated periodically (by someone else). I want to write a…
allrite
- 453
- 1
- 4
- 5
21
votes
6 answers
Linux PPTX presentation Viewer
Besides Open Office, is there any solution for opening .pptx presentations on Linux (Debian to be more precise)?
Razvan
- 312
- 1
- 2
- 5
15
votes
2 answers
How to invoke an Openoffice macro from the Linux command line
I have an OpenOfice macro that I want to use to process the contents of an OpenOffice file. I am able to do this by opening the file with OpenOffice and then running the macro. How do I invoke the macro from the Linux command line without using the…
CW Holeman II
- 3,654
- 5
- 31
- 49
9
votes
7 answers
Is it possible to feed Open Office via STDIN?
I have an Open Office Spreadsheet document stored inside a bash variable. I want to do something like the following to feed Open Office via STDIN:
echo "$openOfficeDoc" | ooffice
But it doesn't work.
Note: The content of the bash variable must not…
Dor
- 2,445
- 7
- 33
- 32
7
votes
1 answer
Open/Libre Office: Restricting Impress to PowerPoint-compatible content?
Is there a way to restrict the Open/Libre Office presentation-program Impress to just PowerPoint-compatible content? Preferably in a way that "shadows-out" or removes non-compatible animations and trans(... whatever) between slides.
I made a…
Baard Kopperud
- 7,023
- 6
- 42
- 62
6
votes
1 answer
Headless use of open office or libreoffice in Ubuntu 14.04
I want to install openoffice headless in Ubuntu 14.10, but when I try to install it, it says there is no package for that name.
I installed libreoffice-common using apt-get, but I can't find headless.
How can I install Openoffice headless?
Gayan Charith
- 161
- 1
- 1
- 4
5
votes
1 answer
Replace missing fonts in OpenOffice
I have a Word document that uses fonts not available on my system. How can I globally replace these fonts? I've tried both Find/Replace (with formatting) and Tools / Options / OpenOffice / Fonts, but both of these only seem to support replacing one…
David Moles
- 396
- 2
- 16
4
votes
3 answers
Lightweight feature-rich alternatives to OpenOffice and LibreOffice
I really like LibreOffice however I'm having issues with it freezing up and I can't seem to start a new instance of the writer on multiple desktops (I'm using dwm and want several documents open).
For this reason, I need a writer application (don't…
n0pe
- 9,411
- 13
- 60
- 108
3
votes
1 answer
Is it possible to uninstall OpenOffice?
I installed OpenOffice using the installer downloaded from openoffice.org on Fedora 14. I went to use it today for the first time and it won't open. I'm assuming with updates that have been installing that perhaps something got overwritten or…
Kenneth
- 573
- 5
- 13
3
votes
1 answer
xorg performance in openoffice
I've just been monitoring my cpu usage in openoffice calc when cells have been copied vs when they haven't and seen a dramatic increase in cpu usage for the Xorg process. The additional rendering required is a box with scrolling dashed lines around…
James
- 133
- 3
3
votes
0 answers
Color cells based on text value in LibreOffice Calc
I have a column of containing the days of the week.
|dow |
|----|
|Tue |
|Wed |
|Thu |
|Thu |
I would like to color the background of each day differently. So every Mon would have the same color and every Tue would have the same color etc. I don't…
Will Humphreys
- 161
- 5
3
votes
0 answers
How is This Symbolic Link Not Being Followed?
I have LibreOffice Writer and OpenOffice Calc installed on my OpenSuSE system. This is arguably not ideal, but before I fully switch to one or the other, I noticed some strange behaviour when calling oocalc file.ods from the command…
ATG
- 131
- 3
3
votes
1 answer
Are there any MathType clones for Open/Libre - Office?
Are there any OpenOffice.org/LibreOffice equation editor/makers, similar to MathType?
LanceBaynes
- 39,295
- 97
- 250
- 349
3
votes
1 answer
How to convert .doc to ODF with a command line?
I'd like to convert many Microsoft Word documents to ODF (the OO.org formata with a command line (because there are many of them).
(I need them for reading afterwards on a device where reading OO.org format is possible, but not the .doc format --…
imz -- Ivan Zakharyaschev
- 15,113
- 15
- 61
- 123
2
votes
1 answer
Password-protect a LibreOffice or OpenOffice ODT file from Bash
From a Bash terminal in a popular GNU/Linux distro, how can a non-password-protected [OpenDocument Text (.odt)](OpenDocument Text) document be transformed into a password-protected one?
Unfortunately, the LibreOffice man-page does not even contain…
user6860