{"library":"pyexcel-xls","install":[{"cmd":"pip install pyexcel-xls","imports":["import pyexcel\nbook = pyexcel.get_book(file_name='your_file.xls')","import pyexcel\nsheet = pyexcel.get_sheet(file_name='your_file.xls')","from pyexcel_xls import get_data","from pyexcel_xls import save_data"]}]}