pyexcel.Sheet.pipe

Sheet.pipe

Get data in pipe format

You could obtain content in pipe format by dot notation:

Sheet.pipe

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

Sheet.get_pipe(**keywords)