Ability to load specific sheets à la PHPExcel / setLoadSheetsOnly()
Created originally on Bitbucket by jbquenot (Jean-Baptiste Quenot)
PHPExcel and PHPSpreadsheet have a very useful feature: the ability to load only specific sheets from the input workbook file.
This missing feature is preventing me from using openpyxl right now, as I have a big workbook that takes a very long time to load with openpyxl, but I don't need the content, just the macros.
Should be easy to implement, WDYT?