# excel-row-to-http **Repository Path**: yzzshmily/excel-row-to-http ## Basic Information - **Project Name**: excel-row-to-http - **Description**: excel row to http request - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-02 - **Last Updated**: 2024-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###### excel列转http请求 1. 打包 ` go build -o excel2http ` 2. 删除 ` rm -f excel2http` 2. 执行 ` ./excel2http test.xlsx ` 或者 ` ./excel2http 输出结果文件夹 输入文件名(绝对路径)` 3. demo - excel ![img_1.png](img_1.png) - result ![img_2.png](img_2.png)