pyexcel.Book.csvz¶
- property Book.csvz¶
Get/Set data in/from csvz format
You could obtain content in csvz format by dot notation:
Book.csvz
And you could as well set content by dot notation:
Book.csvz = the_io_stream_in_csvz_format
if you need to pass on more parameters, you could use:
Book.get_csvz(**keywords) Book.set_csvz(the_io_stream_in_csvz_format, **keywords)