Open Source GSTR 1/GSTR 2A JSON to Excel utility based on Python. Useful for Auditors in Verifying GSTR 1 Return Invoices with Ledgers ...
json-to-xlsx/ ├── app.py # 主程序 ├── converter.py # 转换逻辑 ├── dialogs.py # 对话框 ├── assets/ # 图标与主题 ├── json-to-xlsx.spec # PyInstaller 配置 ├── build.bat # 一键打包脚本 ├── requirements.txt # Python 依赖 └── ...