当前位置: 首页 > 工具软件 > Red Eclipse > 使用案例 >

python3+Robotframework+RED+eclipse+ExcelLibrary

水飞掣
2023-12-01

安装第三方库ExcelLibrary

由于ExcelLibrary不支持python3,因此需要对原有的excellibrary进行编辑,具体过程见链接地址:
https://blog.csdn.net/guothree2003/article/details/102792565

加载后报错需要安装如下包

下载相关依赖库:

pip install xlrd

pip install xlwt

pip install xlutils

pip install natsort

然后导入:ExcelLibrary

地址:https://blog.csdn.net/weixin_41357300/article/details/99413664

 类似资料: