pyexcel.Book.tsv

Book.tsv

Get/Set data in/from tsv format

You could obtain content in tsv format by dot notation:

Book.tsv

And you could as well set content by dot notation:

Book.tsv = the_io_stream_in_tsv_format

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

Book.get_tsv(**keywords)
Book.set_tsv(the_io_stream_in_tsv_format, **keywords)