1.1.4 • Published 7 years ago

excelpb-s v1.1.4

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Convert excel files to protobuf serializable files

usage

npm install excelpb-s
excelpb -s -i <input file dir> -o <output file dir>

More useage, please use excelpb-s -h command.

excel sheet example

The sheet name must be sheetNickName_protobufMessageName this format.

The sheet first row is message field name, 2nd row is message field type and 3rd row is custom header.

eg:

idname#comment col
required uint32string
编号名称该列带有#将被注释
1exampleThis col will be commented

Tips: If your cell value is number the field type can't be a string

Todo

check 2nd row's protobuf type

1.1.4

7 years ago

1.1.3

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago