基于openpyxl的excel转换工具。支持xlsx文件转换为erlang,elixir,lua,json,xml,python等配置文件
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

11 righe
392 B

6 anni fa
  1. %% Automatic generation from -->>
  2. %% excel file name : A_array表示例--cfg_array
  3. %% excel sheet name : 示例2+example2
  4. -record(cfg_array_example2, {
  5. 'id' %% 英雄id
  6. ,'name' %% 英雄名字
  7. ,'material' %% 合成消耗
  8. ,'attr' %% 属性
  9. ,'award1' %% 奖励1
  10. ,'award2' %% 奖励2
  11. }).