Skip to content

get_sheet {IndexError}list index out of range // XLSX can't be opened #176

@lbesnard

Description

@lbesnard

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions