pyexcel.Book.pipe

Book.pipe

Get data in pipe format

You could obtain content in pipe format by dot notation:

Book.pipe

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

Book.get_pipe(**keywords)