Excel convert tools for wow group
Project description
这是冰川网络WOW部门用的Excel转换工具包
典型的冰川网络Excel文件格式: ┌─────┬──────────┬────────┬─────────┬─────┬──────┬───────────┐ │#索引│国际字符串│字符串 │浮点 │字节 │短整 │整数 │中文描述行 可选 ├─────┼──────────┼────────┼─────────┼─────┼──────┼───────────┤ │## │ │ │ │v<256│ │ │字段检验行,支持VB和JS 可选 ├─────┼──────────┼────────┼─────────┼─────┼──────┼───────────┤ │###CS│C │C │CS │CS │CS │CS │类型行:C(客户端) S(服务器) 可选 ├─────┼──────────┼────────┼─────────┼─────┼──────┼───────────┤ │Id │Name │Icon │FloatProp│Prop1│Prop2 │Prop3 │字段名 必须 ├─────┼──────────┼────────┼─────────┼─────┼──────┼───────────┤ │index│nstring │string │float │byte │short │int │字段类型 必须 ├─────┼──────────┼────────┼─────────┼─────┼──────┼───────────┤ │1000 │低级铁剑 │HitSpeed│567.3 │-2 │-65536│-99999 │以下数据区 ├─────┼──────────┼────────┼─────────┼─────┼──────┼───────────┤ │1001 │中级铁剑 │HitSpeed│0.223 │22 │ 0 │888899999 │ ├─────┼──────────┼────────┼─────────┼─────┼──────┼───────────┤ │1002 │高级铁剑 │HitSpeed│0.0005 │256 │65536 │7.77789E+12│ └─────┴──────────┴────────┴─────────┴─────┴──────┴───────────┘
修改记录: ┌─────────┬────────────┐ │V1.0.1 │ 2018.10.21 │ ├─────────┴────────────┴───────────────────┐ │让类型行可选,即所有#开头的行都可以忽略 │ └──────────────────────────────────────────┘ ┌─────────┬────────────┐ │V1.0.0 │ 2018.10.20 │ ├─────────┴────────────┴───────────────────┐ │支持将Excel文件转换成TypeScript格式的文件 │ └──────────────────────────────────────────┘
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.