lfeng1420 / xls2proto

一个将xls/xlsx转换为proto文件的工具。A tool for converting xls/xlsx to proto files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xls2proto

一个将xls/xlsx转换为proto文件的工具。A tool for converting xls/xlsx to proto files

Example

xls2proto.py --in_path ./ --out_path ./ --filter s --sheet_id 0 --package scheme --protoc_path ./

About

一个将xls/xlsx转换为proto文件的工具。A tool for converting xls/xlsx to proto files

License:MIT License


Languages

Language:Python 100.0%