openpyxl.reader.workbook module

class openpyxl.reader.workbook.WorkbookParser(archive, workbook_part_name, keep_links=True)[source]

Bases: object

assign_names()[source]

Bind reserved names to parsed worksheets

find_sheets()[source]

Find all sheets in the workbook and return the link to the source file.

Older XLSM files sometimes contain invalid sheet elements. Warn user when these are removed.

parse()[source]
pivot_caches

Get PivotCache objects

rels