基于openpyxl的excel转换工具。支持xlsx文件转换为erlang,elixir,lua,json,xml,python等配置文件
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

14 行
247 B

%% Automatic generation from -->>
%% excel file name : A_array表示例--cfg_array
%% excel sheet name : +example3
-module(cfg_array_example3).
-compile(export_all).
%% 演示
get('level') ->
"啦啦啦!!!";
get(_) ->
undefined.