pyexcel.Book.grid

Book.grid

Get data in grid format

You could obtain content in grid format by dot notation:

Book.grid

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

Book.get_grid(**keywords)