excel - Reading .xlsx format in python -
i've got read .xlsx file every 10min in python.
efficient way this?
i've tried using xlrd, doesn't read .xlsx - according documentation does, can't - getting unsupported format, or corrupt file
exceptions.
best way read xlsx?
need read comments in cells too.
xlrd hasn't released version yet read xlsx. until then, eric gazoni built package called openpyxl - reads xlsx files, , limited writing of them.
Comments
Post a Comment