Top "Opendocument" questions

opendocument is intended for questions related to one of the XML file formats defined in the Open Document Format for Office Applications specifications.

How to convert OpenDocument spreadsheets to a pandas DataFrame?

The Python library pandas can read Excel spreadsheets and convert them to a pandas.DataFrame with pandas.read_excel(file) …

python pandas libreoffice dataframe opendocument
How does Open Office compress its files?

I'm trying to create an Open Office spreadsheet programmatically but for some reason simply compressing a folder with all the …

zip openoffice.org opendocument
Background image dark or light?

I'm doing a ODP->HTML conversion with PHP. I have problems with the following: Use the style:use-window-font-color property …

php gd opendocument
Library to edit odt documents in php

I try to edit ODT-documents programmaticly in PHP. In fact I just want to do some text replacement and adding …

php editing odf opendocument