Awesome-Python-Scripts/Excel_to_ListofList
2019-10-05 21:44:59 +05:30
..
__init__.py Added ExcelToList Converter 2018-10-11 23:54:46 +05:30
excel_to_list_usage.py Added ExcelToList Converter 2018-10-11 23:54:46 +05:30
ExcelToList.py Added ExcelToList Converter 2018-10-11 23:54:46 +05:30
input.xlsx Added ExcelToList Converter 2018-10-11 23:54:46 +05:30
README.md Added ExcelToList Converter 2018-10-11 23:54:46 +05:30
requirements.txt Add script level requirements.txt 2019-10-05 21:44:59 +05:30

Excel to Python List of List Converter

A simple tool which reads an excel file and any corresponding sheet, and converts it to python list of list data structure.

Libraries Required

  1. xlrd $pip install xlrd

Usage

A sample script excel_to_list_usage.py has been provided to show the usage of the ExcelToList. It reads the excel and its sheet, and prints the list of list.