ezodf

A Python package to create/manipulate OpenDocumentFormat files
Download

ezodf Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Publisher Name:
  • Manfred Moitzi
  • Publisher web site:
  • http://bitbucket.org/mozman/

ezodf Tags


ezodf Description

A Python package to create/manipulate OpenDocumentFormat files ezodf is a Python library to create new or open existing OpenDocumentFormat files to extract, add, modify or delete document data.a simple example (doesn't work yet):import ezodfods = ezodf.ODS('testspreadsheet.ods')sheet = ezodf.Spreadsheet(ods, 'SHEET')sheet = ezodf.Cell("Textcell")ods.save()for more examples see: /examples folder.Installation:with pip:pip install ezodfor from source:python setup.py installTests:run testspython runtests.py Requirements: · Python · lxml What's New in This Release: · Alpha version · create new empty odt, ods, odp, odg file · added template support - can create ott, ots, otp, otg files · open documents - ezodf.opendoc(filename) · create new documents - ezdof.newdoc(doctype, filename, template) · Text: added Paragraph, Heading, Span, Hyperlink, List, Section objects


ezodf Related Software