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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -