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

13 行
247 B

6 年前
  1. %% Automatic generation from -->>
  2. %% excel file name : A_array表示例--cfg_array
  3. %% excel sheet name : +example3
  4. -module(cfg_array_example3).
  5. -compile(export_all).
  6. %% 演示
  7. get('level') ->
  8. "啦啦啦!!!";
  9. get(_) ->
  10. undefined.