pyexcel.Sheet.csvz

Sheet.csvz

Get/Set data in/from csvz format

You could obtain content in csvz format by dot notation:

Sheet.csvz

And you could as well set content by dot notation:

Sheet.csvz = the_io_stream_in_csvz_format

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

Sheet.get_csvz(**keywords)
Sheet.set_csvz(the_io_stream_in_csvz_format, **keywords)