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 2bd6d70 commit b45e0e5
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
@@ -0,0 +1,15 @@
### 文件结构

```
├── join_excel_data.py # 拼接Excel表格单行数据
```

### 打包成可执行文件

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

利用`pyinstaller`可以打包成`exe`可执行文件,方便平时快捷使用

### 交流学习

如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。

0 comments on commit b45e0e5

Please sign in to comment.