pyexcel.Sheet.plain

Sheet.plain

Get data in plain format

You could obtain content in plain format by dot notation:

Sheet.plain

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

Sheet.get_plain(**keywords)