pyexcel.Book

class pyexcel.Book(sheets=None, 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=None, filename='memory', path=None)[source]

Book constructor

Selecting a specific book according to filename extension

Parameters:
  • sheets – a dictionary of data
  • filename – the physical file
  • path – the relative path or absolute path
  • keywords – additional parameters to be passed on

Methods

Attributes