pyexcel.Sheet.ods

Sheet.ods

Get/Set data in/from ods format

You could obtain content in ods format by dot notation:

Sheet.ods

And you could as well set content by dot notation:

Sheet.ods = the_io_stream_in_ods_format

if you need to pass on more parameters, you could use:

Sheet.get_ods(**keywords)
Sheet.set_ods(the_io_stream_in_ods_format, **keywords)