pyexcel.Book.ods

Book.ods

Get/Set data in/from ods format

You could obtain content in ods format by dot notation:

Book.ods

And you could as well set content by dot notation:

Book.ods = the_io_stream_in_ods_format

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

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