openoffice.org

Converting openoffice.org text document to spreadsheet

The title says it all! any ideas for how to convert an openoffice.org text document into spreadsheet format, programatically, if possible? ...

how to check if OpenOffice is installed programatically using c#

how to check if OpenOffice is installed programatically using c# ...

centOS server openoffice headless

Hi, I am trying to start openOffice as a service on CentOS(non-graphical) server. soffice -headless -nologo -nofirststartwizard -accept="socket,host=127.0.0.1,port=8100;urp" & > /dev/null 2>&1 How ever I am getting below error Set DISPLAY environment variable, use -display option or check permissions of your X-Server (See "...

Edit office document on server

Hello, We are going to develop a client-server application where all the office documents will be stored on the remote server. The problem is that users need to edit these docs very often. The standard solution is: download edit locally upload But it is very inconvenient and would cause high traffic, cause docs are very large. Is t...

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 relies on having openoffice installed ? ...

Creating carriage returns in csv cell via php

I'm trying to dynamically generate a csv file with some cells that will contain multiple lines, the address field for example will need to be grouped into a single "address" cell instead of address,city,state etc. All is going well and but for the last two days i've tried to insert \r, \r\n, \n, chr(10),chr(13), as well as a carriage ret...