This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
环境要求: 1、Python 2.x 2、依赖模块xlwt 可以使用 python check.py 命令完成版本检查和模块安装 命令行参数: 1、python converter.py 所有Xml文件放入input文件夹下,输出的Excel文件存放在output文件夹下(自动创建) 2、python converter.py 文件夹路径 指定输入文件夹(文件夹路径名不能有空格),输出的xml文件存放在output文件夹下 3、python converter.py xml文件路径 指定输入文件,输出的Excel文件存放在output文件夹下 导出的文件命名规则为: 时间戳+_Example_Testsuite_Default.xls