pyexcel.Sheet.tsv¶
- property Sheet.tsv¶
Get/Set data in/from tsv format
You could obtain content in tsv format by dot notation:
Sheet.tsv
And you could as well set content by dot notation:
Sheet.tsv = the_io_stream_in_tsv_format
if you need to pass on more parameters, you could use:
Sheet.get_tsv(**keywords) Sheet.set_tsv(the_io_stream_in_tsv_format, **keywords)