Python+selenium 讀取Excel配置文件數據

安裝xlrd python -m pip install xlrdpython Excel內容 代碼 #!/usr/bin/python3 # coding=utf-8 import xlrd class Reading_Excel: """傳入要讀取文件的path與sheet name,獲取該excel表中數據,返回數據列表""" def __init__(self, Path,
相關文章
相關標籤/搜索