Linkblog: Python + Excel
Stuff I found out this week: There exists multiple Python libraries for reading / handling Excel sheets:
-
xlrd is a pure Python implementation for *.xls files, should work on ‘nixes
-
openpyxl is the recommended option for *xlsx (Excel 2010) files
-
note: Anaconda ships xlwings by default, but that is supported only on Win/Os X.