基于openpyxl的excel转换工具。支持xlsx文件转换为erlang,elixir,lua,json,xml,python等配置文件
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

14 行
277 B

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