ezodf
ezodf copied to clipboard
support = operator
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