Skip to content
/ gres Public

convert xls/xlsx to Lua/Javascript code or Protobuf bin file

License

Notifications You must be signed in to change notification settings

gaccob/gres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conv2lua.py:
    excel转lua
    忽略空格
    使用参考 lua_sample

conv2pb.py:
    excel转protobuf序列化数据
    sheet名为protobuf定义的结构体, 潜规则寻找第一个repeated子结构体做解析
    第一行留给策划使用
    第二行为子结构体的field名字
    忽略未定义sheet名字和field名字
    支持子结构体的repeated字段
    支持子结构体嵌套结构体
    支持import
    支持protobuf enum
    使用可以参考 pb_sample

QA:
    mailto [email protected]
    

About

convert xls/xlsx to Lua/Javascript code or Protobuf bin file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published