Search code examples
pythonxlrd

Question on python xlrd


How to know the total number of columns used in an excel sheet in the following link http://scienceoss.com/read-excel-files-from-python/

Thanks..


Solution

  • The Sheet class has a ncols member which indicates the number of columns