Hi
I've found some issues trying to open some xlsx files:
pyexcel.get_sheet(file_name="BAD.xlsx")
returns {IndexError}list index out of range
I then opened the BAD.xlsx with libreoffice and exported it as a xlsx 2009/2013 to GOOD.xlsx.
then running the same command was successful
pyexcel.get_sheet(file_name="GOOD.xlsx")
Files attached
GOOD.xlsx
BAD.xlsx
I'm running the latest versions of the pyexcel packages
Cheers!