https://github.com/cyrus-studio/excelparser
使用 java 解析 excel/properties 导出 lua/xml 配置文件
https://github.com/cyrus-studio/excelparser
excel lua xml
Last synced: 2 months ago
JSON representation
使用 java 解析 excel/properties 导出 lua/xml 配置文件
- Host: GitHub
- URL: https://github.com/cyrus-studio/excelparser
- Owner: CYRUS-STUDIO
- License: apache-2.0
- Created: 2017-01-27T16:03:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T16:24:12.000Z (over 9 years ago)
- Last Synced: 2025-06-10T16:41:17.685Z (about 1 year ago)
- Topics: excel, lua, xml
- Language: Java
- Homepage:
- Size: 9.47 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExcelParser
使用 java 解析 excel/properties 导出 lua/xml 配置文件
- [Excel2Lua](https://github.com/linchaolong/ExcelParser/blob/master/src/com/linchaolong/excelparser/Excel2Lua.java) :解析 Excel 导出 lua 配置文件
- [Excel2Xml](https://github.com/linchaolong/ExcelParser/blob/master/src/com/linchaolong/excelparser/Excel2Xml.java) :解析 Excel 导出 xml 配置文件
- [Properties2Xml](https://github.com/linchaolong/ExcelParser/blob/master/src/com/linchaolong/excelparser/Properties2Xml.java) :解析 Properties 文件导出 xml 配置文件