人生苦短,我用python。

一、pyexcel模块

1
2
3
4
5
6
7
8
9
# excel操作
import pyexcel

book = pyexcel.get_book(file_name=r'E:\test.xlsx') # 获取book
sheet = book.sheet_by_name('访问网址') # 获取sheet

lines = sheet.get_array() # 获取数据二位列表
for line in lines:
print(line)

持续更新…

最后更新: 2018年12月05日 10:30

原始链接: http://pythonfood.github.io/2017/12/30/pythonEXCEL表格/

× 多少都行~
打赏二维码