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