Commit ed51d3b5 by 文鑫

Delete test.py

parent 2abac5c3
# _*_ coding:utf-8 _*_
_author_ = 'wenxin'
_date_ = '2020/6/16 16:49'
from common.getData import DoExcelByPandas
data = DoExcelByPandas().get_data_by_pandas('data.xlsx','Sheet1')
url = DoExcelByPandas().get_url_by_pandas('data.xlsx','Sheet1')
# print(data[0]['data'])
# print(type(data[0]['data']))
for i in data:
print(i)
# for i in url:
# print(i)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment