基于openpyxl的excel转换工具。支持xlsx文件转换为erlang,elixir,lua,json,xml,python等配置文件
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

13 rindas
277 B

  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, nowarn_export_all]).
  6. %% 演示
  7. get('level') ->
  8. <<"啦啦啦!!!"/utf8>>;
  9. get(_) ->
  10. undefined.