pyexcel.Sheet.grid

Sheet.grid

Get data in grid format

You could obtain content in grid format by dot notation:

Sheet.grid

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

Sheet.get_grid(**keywords)