An open API service indexing awesome lists of open source software.

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 配置文件

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 配置文件