2 Star 0 Fork 1

seraph2047/excel2json

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
_pyinstall_build.bat 604 Bytes
一键复制 编辑 原始数据 按行查看 历史
seraph2047 提交于 2022-08-05 07:39 +08:00 . bug fix
mkdir dist\
mkdir dist\template\
mkdir dist\excel\
mkdir dist\java\
mkdir dist\laya\
mkdir dist\output\
del dist\template\*.* /Q
copy template dist\template\
del dist\excel\*.* /Q
copy excel dist\excel\
del dist\java\*.* /Q
del dist\laya\*.* /Q
del dist\output\*.* /Q
del dist\Excel2JsonSetting.data
del dist\Excel2JsonData.data
copy Excel2JsonSetting.data dist\
copy Excel2JsonData.data dist\
@echo =======================================
@echo Start Build Exe File
@echo =======================================
@echo pyinstaller -F -w Excel2JsonTool.py
pyinstaller -F Excel2JsonTool.py
@pause
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/seraph2047/excel2json.git
git@gitee.com:seraph2047/excel2json.git
seraph2047
excel2json
excel2json
master

搜索帮助