Skip to content

Change get_reader.from_excel() to accept keyword arguments #5

@shawnbrown

Description

@shawnbrown

Change get_reader.from_excel() to accept keyword arguments that are passed on to the call to xlrd.open_workbook() in get_reader.py).

See...

def _from_excel(path, worksheet=0):

book = xlrd.open_workbook(path, on_demand=True)

def from_excel(self, path, worksheet=0):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions