libreoffice Questions
4
Solved
I'm working with an ODS file in LibreOffice, and every now and then I want to convert it to CSV from the command line.
I have found two tools for this: libreoffice --headless --convert-to csv and u...
Disparage asked 29/10, 2020 at 10:21
2
Solved
I have to create a table with LibeOffice Calc in another language than my native one.
If I run the spellchecking, I manually have to change the language for every word in the document. How do I ch...
Stoma asked 28/5, 2019 at 13:17
3
I want to change the font size of the formulas(math) in libreoffice impress. How can I do it?
Thiel asked 17/3, 2014 at 21:35
5
Solved
I have got many cells in my file whose content is of the form
'14.05
I want to mass convert these cells, which contain text, to numbers, which I can compute with.
14.05
Is there a build-in f...
Kellen asked 15/3, 2018 at 14:38
4
Solved
I am trying to convert an image in EMF format to PNG using Imagemagick on Red Hat Enterprise Linux Server release 5.5 (Tikanga), but I am running into the following error:
convert: no decode del...
Buttermilk asked 25/2, 2013 at 9:3
4
Solved
LibreOffice Draw allows you to open a non PDF/A file and export this a PDF/A-1b or PDF/A-2b file.
The same is possible from the command line by calling on macOS
/Applications/LibreOffice.app/Co...
Mohamed asked 15/8, 2019 at 17:7
6
I'm trying to find a way to convert a PDF file to a .docx file with Python.
I have seen other posts related with this, but none of them seem to work correctly in my case.
I'm using specifically
imp...
Lennon asked 22/4, 2018 at 12:21
5
I have a spreadsheet with existing date values that I'd like to convert from MM/DD/YYYY to DD/MM/YYYY format. Is there any way of doing this?
The spreadsheet comes from a csv file from someone els...
Instal asked 11/2, 2020 at 17:27
3
Inside a docker container I am trying to convert an XLSX file to PDF using LibreOffice. The relevant command works on the command line but fails with "Application Error" when called from R. I use t...
Eltonelucidate asked 16/3, 2018 at 10:42
8
Solved
The LibreOffice Calc (version 6.3.4.2) shows the definition of the formula in the cell instead of executing the formula and displaying the result. What affects the behaviour?
I am starting to use L...
Vallation asked 9/1, 2020 at 14:8
6
An error occurs when converting a file using Libreoffice on ubuntu:
CompletedProcess(args=['soffice', '--headless', '--convert-to', 'txt:Text', '/var/www/Project/temp/e4bac2c2e7c04eb79cfa522967a30...
Doyledoyley asked 26/2, 2020 at 12:59
2
Solved
I have column with cell format date or time (DD.MM.YYYY HH:MM:SS) and values like
03.12.2013 14:01:49
04.12.2013 10:19:27
04.12.2013 12:44:56
04.12.2013 14:20:12
04.12.2013 18:30:21
I need those ...
Rooker asked 28/10, 2019 at 22:48
5
Solved
When I go to Tools -> Macros -> Organize Macros -> Python I get this dialog:
It is not possible to create new Python macros.
Apparently LibreOffice has no Python editor so I have to write the m...
Deerskin asked 28/1, 2014 at 18:20
3
I'm trying to convert a .xls file to .pdf using LibreOffice via command line on Ubuntu. I have a kind of report on the .xls file with some colors in the background of the cells and etc.
The proble...
Thematic asked 16/9, 2014 at 21:49
1
Solved
I am happily converting docx files to PDF via the command line (controlled via C# process calls) out of my service.
Unfortunately I could not find any internet search results on how to set the opti...
Zinck asked 23/6, 2020 at 12:58
2
I have created a table that has a value on one column that I have used to generate a background colour (Format -> Conditional Formatting -> Color Scale... -> Colour Scale). Now I would lik...
Latchstring asked 20/10, 2014 at 14:32
2
I've been searching all day for a solution and can't seem to find anything that works, just a bunch of a leads that seem outdated or non-functional.
I'm basically trying to get to a hello-world st...
Vesuvianite asked 25/7, 2014 at 22:25
2
I want to export formatted text from LibreOffice to HTML. By default, it is exported with lot of inline styles.
Is it possible to keep the semantics of the formatting (<p>, <ul>, <...
Carolincarolina asked 26/6, 2015 at 15:52
3
I can replace a formula in one cell by its calculated value by selecting the cell, hitting F2 then F9 and Enter.
When I want to do this for every cells in a column, and height of that column == N,...
Prado asked 23/10, 2014 at 12:56
9
Running headless Ubuntu server 12.something.
root@server: chown www-data /my/path/ -R
root@server: chgrp www-data /my/path/ -R
root@server: chmod 755 /my/path/ -R
root@server: libreoffice --he...
Cosmetic asked 24/8, 2012 at 0:38
8
How can I create an odt (LibreOffice/OpenOffice Writer) file with Java programmatically? A "hello world" example will be sufficient. I looked at the OpenOffice website but the documentation wasn't ...
Sweetbread asked 25/1, 2011 at 8:41
4
I want to obtain the sum of several cells containing a period of time in the format HH:MM:SS.
In LibreOffice Calc 4.0.3.3, I've copy-pasted the periods of time in the range G14:G21, and formatted t...
Ithaman asked 22/5, 2013 at 20:42
6
Solved
How do you make Python (any Python) know about PyUno in LibreOffice?
When I do:
import uno
python says that it knows no module "uno". (This question came up re. this question.)
Osmo asked 16/10, 2011 at 13:2
8
I have installed libreoffice headless on a freebsd-server with apache in order to convert documents programmatically (e.g. odt->pdf). It works from the command line! But my goal is to be able to do...
Sn asked 29/1, 2012 at 21:4
6
Solved
I have a column in open office like this:
abc-23
abc-32
abc-1
Now, I need to get only the sum of the numbers 23, 32 and 1 using a formula and regular expressions in calc.
How do I do that?
I t...
Alodium asked 9/11, 2012 at 6:56
1 Next >
© 2022 - 2025 — McMap. All rights reserved.