robotframework 读excel表格中的数据

Posted little _apple

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了robotframework 读excel表格中的数据相关的知识,希望对你有一定的参考价值。

1.需要使用库:ExcelLibrary

若未安装,可以直接通过命令安装:pip install robotframework-ExcelLibrary

2.将要读取的Excel另存为.xls文件,只支持这种.xls文件!!!

3.写用例
*** Settings ***
Library ExcelLibrary

*** Test Cases ***
test1
[Documentation] 1.循环读取excel中的某列数据
log ---------1.open excel-----
open excel F:\\0.STUDY-WP\\study-rf\\user.xls
log ------2.读取某个表格中的值------
$test read cell data by name userlog A2
log $test
log ------3.读取表格中某列的值------
@read_columnA get_column_values userlog 0
@read_columnB get_column_values userlog 1
$y set_Variable 1
$count_row get_row_count userlog
log $count_row
FOR $x IN RANGE $count_row
$a set_variable KaTeX parse error: Expected '', got 'EOF' at end of input: read_columnA[x][$y]
$b set_variable KaTeX parse error: Expected '', got 'EOF' at end of input: read_columnB[x][$y]
END

以上是关于robotframework 读excel表格中的数据的主要内容,如果未能解决你的问题,请参考以下文章

java中如何读取excel表格中的日期

Perl学习15之perl读excel表格

请问matlab如何从excel表格中读取数据,谢谢

Java读Exlcel表格数据

如何制作表格excel

robot framework/selenium/cucumber怎么读