基于openpyxl的excel转换工具。支持xlsx文件转换为erlang,elixir,lua,json,xml,python等配置文件
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
|
- -- Automatic generation from -->>
- -- excel file name: A_array表示例--cfg_array
- -- excel sheet name: +example3
-
- local cfg_array_example3 =
- {
- -- 演示
- level = '啦啦啦!!!'
- }
- return cfg_array_example3
|