opendocument Questions
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
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
12
The Python library pandas can read Excel spreadsheets and convert them to a pandas.DataFrame with pandas.read_excel(file) command. Under the hood, it uses xlrd library which does not support ods fi...
Aurlie asked 24/7, 2013 at 13:9
4
Solved
How would you go about reading odt files in PHP? I know you can use QueryPath, but that seems a bit of an overkill,.. I just want to read the file.
Henriettahenriette asked 1/11, 2010 at 14:39
3
Solved
I have an org-mode document that I want to convert to open Document format. When I try to do this (ctrl+c+e+o) I get an error message:
Executeable "zip" needed for creating OpenDocument files. A...
Quinque asked 24/12, 2011 at 15:19
1
Solved
I want *.ods and *.odt files on a website to open in openoffice when clicked, not get saved on desktop, or get opened embedded in a browser etc. Now obviously it all depends on how everything is co...
Edgebone asked 18/7, 2015 at 9:29
2
Solved
Is there any java library which can be used for converted Microsoft Word files (doc/docx) to Open Document Text format(.odt) formats. Free library would be preferable.
Jacobin asked 20/8, 2013 at 11:3
1
Solved
I wonder if there is a tool/lib with friendly API for parsing such documents. I guess I'm looking for some analogy of Apache POI, which supports OpenOffice documents.
Does anybody know such ...
Dull asked 11/12, 2012 at 9:12
3
Solved
I'm doing a ODP->HTML conversion with PHP. I have problems with the following:
Use the style:use-window-font-color
property to specify whether or not the
window foreground color should be as
...
Intarsia asked 30/4, 2011 at 14:40
2
Solved
I try to edit ODT-documents programmaticly in PHP. In fact I just want to do some text replacement and adding new rows in a table.
I know that a normal ODF document is an archive containing XML-fi...
Ahmedahmedabad asked 2/5, 2010 at 19:46
8
Solved
Our application has a file format similar to the OpenDocument file format (see http://en.wikipedia.org/wiki/OpenDocument) - i.e. zipped with a manifest file, a thumbnail image, etc.
I notice that ...
Dentiform asked 23/9, 2008 at 13:6
1
© 2022 - 2024 — McMap. All rights reserved.