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

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -