I am using Python2.7 and ODFpy to write an OpenDocument Text (ODT) file. Is there a way using the existing ODFpy API to add sections (a la Format->Sections...) to the document? Is there a way to impor
I need to open a document for editing with associated application on MAC OS X from Java applet. The document is located on a WebDAV 开发者_运维问答server.
The \"Oasis Open Document Specification\" says in Page 709 \"17.1 Introduction\" the Information stored inside the Manifest.xml file should be:
i want to pass multiple parameters like year,month,week etc to a webi report in repository.. 开发者_如何学编程how can i achieve this..
I\'m doing a ODP->HTML conversion with PHP. I have problems with the following: Use the style:use-window-font-color
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 can I create an odt (LibreOffice/OpenOffice Writer) file with Java programmatically? A \"hello world\" example will be sufficient. I looked at the OpenOffice websit开发者_JS百科e but the documenta
I am going to start my final project for spring semester at school and looking at feasibility before I put my leg in it. One of开发者_高级运维 my potential projects requires me to make an archiveable
I am writing a rich text editor using C++ and Qt. For now, I would like it to support (at least) the .odt format.
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.