Category "xlrd"

Processing large XLSX file in python

I have a large xlsx Excel file (56mb, 550k rows) from which I tried to read the first 10 rows. I tried using xlrd, openpyxl, and pyexcel-xlsx, but they always t

xlrd excel sheet read error "open_workbook() got an unexpected keyword argument 'on_demand'""

I am using xlrd to read cell values from excel sheets. My code follows, it was working fine before but don't know what changed in xlrd package, I am getting the