willtrnr / pyxlsb

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

[BUG] get_sheet with index 0 is raising exception #8

Closed minrock closed 6 years ago

minrock commented 6 years ago

by using id as 0 when try to get the sheet from workbook with get_sheet function, it raises an IndexError exception.