基于openpyxl的excel转换工具。支持xlsx文件转换为erlang,elixir,lua,json,xml,python等配置文件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
452 B

%% Automatic generation from -->>
%% excel file name : A_array表示例--cfg_array
%% excel sheet name : 示例1-example1
-record(cfg_array_example1, {
'id' %% 唯一id
, 'str' %% 佩戴位置
, 'level' %% 等级
, 'sub_level' %% 等级
, 'name' %% 装备名字
, 'attr' %% 装备增加属性
, 'desc1' %% 装备来源描述
}).