Skip to content

Commit

Permalink
修改readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gxcuizy committed Mar 1, 2021
1 parent b45e0e5 commit b039274
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 拼接表格单行数据为字符串/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
├── join_excel_data.py # 拼接Excel表格单行数据
```

### 功能描述

用逗号拼接表格单行数据,例如表格数据为:

```
1 2 3 4 5 6
1 2 3 4 5 6
1 2 3 4 5 6
1 2 3 4 5 6
1 2 3 4 5 6
1 2 3 4 5 6
```

我们想要拼接第6行的数据,拼接格式为:`'6','6','6','6','6','6'`,就可以通过这个程序自动完成啦,如果你是拼接其他格式的,可以按照实际情况来修改程序即可。

### 打包成可执行文件

`pyinstaller -F -i favicon.ico join_excel_data.py`
Expand Down

0 comments on commit b039274

Please sign in to comment.