python: 从excel中读取http请求,将响应结果写入另一个excel文件(2)

  之前有写过类似的,这两天在之前的基础上重新写了下,记录下。

  一、数据

  输入数据:

【data.xlsx】

  python: 从excel中读取http请求,将响应结果写入另一个excel文件(2)

  【httpConfig.ini】

  python: 从excel中读取http请求,将响应结果写入另一个excel文件(2)

  输出数据:

  python: 从excel中读取http请求,将响应结果写入另一个excel文件(2)

  python: 从excel中读取http请求,将响应结果写入另一个excel文件(2)

二、代码

【httpCase.py】

python: 从excel中读取http请求,将响应结果写入另一个excel文件(2)

python: 从excel中读取http请求,将响应结果写入另一个excel文件(2)

python: 从excel中读取http请求,将响应结果写入另一个excel文件(2)

【main.py】

python: 从excel中读取http请求,将响应结果写入另一个excel文件(2)