In this small project, I have used the xlrd module 1.2.0 version which is commonly used in python to handle Excel sheets. It has many child classes like obj=xlrd.open_workbook(loc) ; page=obj.sheet_by_index(0) ; page.cell_value(0,0) etc which allows to access excel sheet data using python programming.
-
Notifications
You must be signed in to change notification settings - Fork 0
In this small project, I have used the xlrd module 1.2.0 version which is commonly used in python to handle Excel sheets. It has many child classes like obj=xlrd.open_workbook(loc) ; page=obj.sheet_by_index(0) ; page.cell_value(0,0) etc which allows to access excel sheet data using python programming.
Hariomsmit/Reading-Data-from-excel-sheet-using-Python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
In this small project, I have used the xlrd module 1.2.0 version which is commonly used in python to handle Excel sheets. It has many child classes like obj=xlrd.open_workbook(loc) ; page=obj.sheet_by_index(0) ; page.cell_value(0,0) etc which allows to access excel sheet data using python programming.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published