openoffice.org Questions
3
Solved
I have an Open Office Calc Sheet with a column full of data that has hyperlinks. I wish to trasnfer the hyperlinks to another column. How do I extract them?
Thanks.,.
Anagrammatize asked 12/7, 2010 at 19:54
8
Solved
How can I add spaces between every character or symbol within a UTF-8 document? E.g. 123hello! becomes 1 2 3 h e l l o !.
I have BASH, OpenOffice.org, and gedit, if any of those can do that.
I do...
Pinnatifid asked 2/1, 2012 at 1:26
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
3
I need to embed a PDF file in an HTML page for the users to see it on every major device.
Most of the approaches work fine on desktop but they start to show problems on iPad devices. The PDFs are n...
Acarus asked 12/12, 2018 at 9:34
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
5
Solved
I'm trying to create an Open Office spreadsheet programmatically but for some reason simply compressing a folder with all the necessary files makes Open Office flag the file as corrupted.
How did...
Konstantin asked 10/2, 2011 at 12:41
3
Solved
I'm building a web application, that, among other things, performs conversion of files from doc to pdf format.
I've been using LibreOffice installed on the same server along with my web applicatio...
Mackintosh asked 30/1, 2020 at 13:44
6
Solved
Given a PowerPoint presentation in .ppt format, what is the best way to programmatically and using only open source software extract an image representation (in say .jpg or .png) of each slid...
Hopkins asked 28/9, 2010 at 15:21
5
Solved
I just started to develop a Java project using LibreOffice's 4.0.1 UNO SDK, aaaand... I'm pretty much stuck right at the beginning. I think the same can be applied if I used OpenOffice.org instead ...
Manservant asked 19/3, 2013 at 15:2
1
Solved
This question is focused on Windows + LibreOffice + Python 3.
I've installed LibreOffice (6.3.4.2), also
pip install unoconv and pip install unotools (pip install uno is another unrelated librar...
Knawel asked 27/4, 2020 at 10:48
4
Solved
Using XComponentContext xContext = Bootstrap.bootstrap(), I am trying to get the Get the remote office component context of OpenOffice through Java.But its raising exception
no office executable f...
Flavory asked 4/1, 2013 at 12:58
9
I need to read and write data from an Excel spreadsheet. Is there a method to finding out how many rows/columns a certain worksheet has using ExcelPackage? I have the following code:
FileInfo newF...
Strouse asked 11/11, 2009 at 15:27
5
I am trying to convert docx to pdf using unoconv, but getting Error: Unable to connect or start own listener. Aborting. when I run unoconv -f pdf 1234.docx.
So, there must be some listener. I then...
Ecchymosis asked 13/2, 2012 at 11:48
6
Solved
What is the experience of working with OpenOffice in server mode? I know OpenOffice is not multithreaded and now I need to use its services in our server.
What can I do to overcome this problem?
...
Intermarry asked 9/3, 2009 at 6:53
1
Solved
I am programmatically drawing a flowchart in open office draw by means of Java UNO Runtime Reference api.After I have drawn the flowchart I want to resize the page according to the area aquired by ...
Harmonium asked 25/11, 2013 at 10:46
6
Solved
what's the best way to generate a word-processor file (ideally as platform-independent as possible, but native Word formats will do), with images in it, from the statistical language R?
Carnotite asked 10/11, 2010 at 16:32
6
Solved
Note: I found this "Creating a Word Doc in C#.NET", but that is not what I want.
Do you know how to create a .odt to create file from C# .NET?
Is there a .NET component or wrapper for an OpenOffic...
Dissever asked 21/10, 2008 at 22:30
3
How can I create an open office .odt file from Python?
I'm looking at this http://wiki.openoffice.org/wiki/Python, but am confused. I've already got Python 2.7 so where do I go from here? The abo...
Berretta asked 26/8, 2013 at 8:2
5
Solved
Does anyone know of a good Java Microsoft Office API capable or running on an Android? I know there is an OpenOffice Java API, but I haven't heard of anyone using it on Android.
I know that ...
Soninlaw asked 31/1, 2011 at 19:7
9
Solved
I need to write a lot of class courses presentations to my programming class, and I constantly need to show source code (mainly C code).
I don't find a easy way to:
Copy my source code from my...
Ecthyma asked 31/3, 2011 at 19:51
2
I need to convert single Powerpoint (PPT) slides/files to JPG or PNG format on linux but haven't found any way of doing so successfully so far. I have heard that it can be done with open office via...
Diamagnet asked 3/3, 2012 at 18:37
4
Solved
I have recently migrated to pclinuxos from windows and seem to like it. The only problem I am facing is that libreoffice, the default spreadsheet package is not compatible with excel macros. Below ...
Straightway asked 13/7, 2014 at 15:5
8
Has anyone come across a Git or Hg plugin for "meaningful" diffs/merging/branching of OpenOffice or Microsoft word files.
I know I can 'checkin' .doc files but both Git and Hg treat them as binary...
Gobelin asked 20/7, 2010 at 17:46
6
Solved
I've heard discussion about how OpenOffice (ODF) files are compressed zip files of XML and other data. So making a tiny change to the file can potentially totally change the data, so delta compress...
Edward asked 10/6, 2009 at 12:1
6
I need to manipulate the ODF file format (open document format, the open office's internal format), and I need to do it in Python.
It seem's ODFPy is a wonderful library for this purpose. Un...
Fennel asked 4/6, 2009 at 8:3
1 Next >
© 2022 - 2024 — McMap. All rights reserved.