Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
API-Automation
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
文鑫
API-Automation
Commits
ed51d3b5
Commit
ed51d3b5
authored
Jul 01, 2020
by
文鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete test.py
parent
2abac5c3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
test.py
+0
-17
No files found.
test.py
deleted
100644 → 0
View file @
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment