You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
234 B

4 months ago
# 读取模板生成报表
3 months ago
## 打包
### windows上直接使用以下命令打包为exe后缀的可执行文件
```powershell
pyinstaller -F main.py -w -n doc_generate.exe
```
## 使用
使用命令行调用
```powershell
```
4 months ago