eea / odfpy

API for OpenDocument in Python
GNU General Public License v2.0
308 stars 63 forks source link

Load flat ODT files #18

Open graingert opened 9 years ago

graingert commented 9 years ago

I want to include an ODT template in my source control so I use the flat ODT format.

This isn't supported in odfpy :(

>>> load(unicode(pkg_resources.resource_filename('datascience.reports.operational', 'GBP.fods')))
BadZipfile: File is not a zip file
kreuvf commented 8 years ago

Same problem here. Are there any plans for supporting flat Open Document files in the near future/at all?

ghost commented 8 years ago

I'd support that issue ..

graingert commented 8 years ago

@silentsnooc financially?

kreuvf commented 8 years ago

@graingert How much money would that cost?

graingert commented 8 years ago

@kreuvf @silentsnooc please email me tagrain@gmail.com

icemac commented 7 years ago

@graingert Is there any progress with this feature request?

tobwen commented 4 years ago

I'd also be interested in reading & writing the flat format.

graingert commented 4 years ago

I no longer need the feature