load_workbook() can't ignore conditional formatting on pivot tables
Conditional formatting (and also slicers) on pivot tables throw errors on loading the parent workbook. It would be nice to be able to load files that have a pivot table somewhere and just ignore everything about it. Don't know if this is feasable. For example:
wb = load_workbook(filename='someFile.xlsx', ignore_pivots=True)