赞
踩
打包示例源码:
请看文章末尾
版本信息:
openpyxl==3.0.9
Nuitka==0.6.19.1
打包系统:
Windows10 64位
项目目录如下:
hello.py内容如下:
- import openpyxl
-
- wb = openpyxl.load_workbook('test.xlsx')
- ws = wb.active
-
- for row in ws.iter_rows():
- for cell in row:
- print(cell.value)
运行截图如下:
打包分析如下:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。