当前位置:网站首页>[open source project] excel export Lua configuration table tool

[open source project] excel export Lua configuration table tool

2022-06-23 06:00:00 linchaolong


Project address :https://coding.net/u/linchaolong/p/Excel2Lua/git


development language :Java


explain :

1. Because it's using Java Language development , So it's cross platform . need Java Running environment (https://www.oracle.com/java/index.html).

2. Supported by excel File format :xls、xlsx.

3. It supports inserting the contents of external files into cells .


excel Configuration example :


First act key, Second, behavior description .

The value of the first column is the row table Medium key.

#f: Is an identifier that inserts the contents of an external file , Can be found in config.cfg Middle configuration , Field is flag. The format is : identification + File path


Export file example :



Instructions :

1. open config.cfg, Configuration related information .


2. There is one in the project directory Excel2Lua.jar Is used to export lua Configure libraries for tables , also run.bat(windows) and run.sh(Mac、Linux) The two script , Click export lua Configuration table , It can also be executed on the command line java -jar Excel2Lua.jar Command to generate configuration table .


原网站

版权声明
本文为[linchaolong]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/174/202206230421395023.html