Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 223 Bytes

File metadata and controls

11 lines (6 loc) · 223 Bytes

TableTool

打表工具

用来把excel导出成二进制数据的工具。

使用到了LitJson来保存配置文件(列的数据类型)。

使用Zlib做二进制压缩。

使用protobuf来做二进制序列化。