基于openpyxl的excel转换工具。支持xlsx文件转换为erlang,elixir,lua,json,xml,python等配置文件
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
393 B

  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. }).