Top "Openoffice.org" questions

OpenOffice.

Create openoffice .odt document with Python

How can I create an open office .odt file from Python? I'm looking at this http://wiki.openoffice.org/wiki/…

python openoffice.org
ODFPy documentation

I need to manipulate the ODF file format (open document format, the open office's internal format), and I need to …

python openoffice.org odf odfpy
Use OpenOffice Uno CLI with C# to create a spreadsheet

I have so far found a couple of sources that discuss creation of ODS files: How to create ODS documents …

c# openoffice.org uno
Excel conditional formatting - Highlight numbers greater than 5 but ignore any formula

I am having a strange problem, I have a column with this formula in each row respectively: =IF(C6="";"";D6…

excel ms-office openoffice.org conditional-formatting
How to embed a PDF in an HTML page?

I need to embed a PDF file in an HTML page for the users to see it on every major …

javascript html node.js pdf openoffice.org
How to convert ODT to DOC/RTF without openoffice.org

Is there any way to convert odt documents to doc or rtf on linux without openoffice or any library that …

openoffice.org rtf doc odf
Search and replace regular expression in Open Office calc

I've got something like this (in Open Office Calc): Streetname. Number Streetname. Number a etc. Now I want to delete …

regex openoffice.org expression openoffice-calc
Adding up all the positive numbers in Excel

Is there a way to add up all of the positive numbers in a row/column but ignoring all of …

excel sum openoffice.org worksheet-function
How to keep one field fixed in a formular when using auto-fill?

I want to autofill a formula to a bunch of fields in one column. I can do that by filling …

openoffice.org autofill libreoffice
LibreOffice UNO Java API: how to open a document, execute a macro and close it?

I'm working on LibreOffice server-side: on the server I run soffice --accept=... Then I use Java LibreOffice client API's to …

java macros openoffice.org libreoffice