T0ha / ezodf

ezodf is a Python package to create new or open existing OpenDocument (ODF) files to extract, add, modify or delete document data, forked from dead project https://bitbucket.org/mozman/ezodf
Other
61 stars 23 forks source link

support = operator #26

Open buhtz opened 7 years ago

buhtz commented 7 years ago

This is a wish.

Currently you have to do sheet['B2'].set_value(3.141592)

IMO it would be more "natural" if it could be done like this, too: sheet['B2'] = 3.141592