I know that standards define two versions of O开发者_运维技巧DT file: - one is a archive of different files, i.e. meta.xml, content.xml etc,
I\'m trying to parse the content.xml inside a ODF-file. I\'ve read the file into a string and i\'ve got a tree object with lxml.etree: tree = etree.XML(string)
I have the following code that creates an odf-document with a heading and a picture: #!/usr/bin/perl use strict;
Question1 Is there any lib which can convert between OOXML and HTML, I mean OOXML2HTML and HTML2OOXML both.
I want to develop a web office project just like Google Docs and ExtJS seems good. Can ExtJS read OOXML or ODF nat开发者_Go百科ively? Or is there any open source project which can help ExtJS decode OO
We are开发者_开发技巧 currently using the Excel interop API in .NET to generate simple spreadsheet documents from a template. So we load the template first, insert some rows, fill in some data (dates,
I have tried odfWeave a bit, nice app. But at the very beginning, even I tried exactly as the example provided in the manual, I can\'t generate any file.
Is there any way to convert odt documents to doc or rtf on linux without openoffice or any library that relies 开发者_如何学Goon having openoffice installed ? OpenOffice.org and its derivatives (Libre
I need to use the OpenOffice Java API to copy a document section and paste it over another document section. So far 开发者_如何学编程I have managed to copy the text of the section of the source docume
How can I perform automation of MS Word documents (.doc) or ODF documents (.odt) in Qt 4.5? I know using the QAxWidget, QAxObject.