码迷,mamicode.com
首页 > 其他好文 > 详细

Robot Framework:Excel操作

时间:2018-12-05 12:09:02      阅读:409      评论:0      收藏:0      [点我收藏+]

标签:str   后缀   直接   rar   技术   format   robot   保存   ror   

robot framework 操作Excel需要安装库 ExcelLibrary

pip install robotframework-ExcelLibrary

将ExcelLibrary 导入到robot framework中

技术分享图片

使用例子:

技术分享图片

 

遇到问题:

 FAIL : NotImplementedError: formatting_info=True not yet implemented   原因是因为 xlrd只能操作.xls格式,文件直接改后缀名会报错,需要重新保存为.xls文件

技术分享图片

FAIL : UnboundLocalError: local variable ‘cellValue‘ referenced before assignment  原因是操作错误 使用2 无法读取excel行列值,应使用A1、A2、B1、B2... 

Robot Framework:Excel操作

标签:str   后缀   直接   rar   技术   format   robot   保存   ror   

原文地址:https://www.cnblogs.com/rechin/p/10069527.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!