pyexcel.Book

class pyexcel.Book(sheets={}, filename='memory', path=None)[source]

Read an excel book that has one or more sheets

For csv file, there will be just one sheet

__init__(sheets={}, filename='memory', path=None)[source]

Book constructor

Selecting a specific book according to filename extension :param OrderedDict/dict sheets: a dictionary of data :param str filename: the physical file :param str path: the relative path or abosolute path :param set keywords: additional parameters to be passed on

Methods