willtrnr / pyxlsb

Excel 2007+ Binary Workbook (xlsb) reader for Python
GNU Lesser General Public License v3.0
90 stars 21 forks source link

fix KeyError when rId is None #49

Open pallxk opened 1 year ago

pallxk commented 1 year ago

Fix #48

willtrnr commented 1 year ago

The order of the sheet records is important for the sheet index calculation. I'm hesitant to just always skip None sheets.