Metadata-Version: 2.1
Name: wowlib
Version: 1.0.1
Summary: Excel convert tools for wow group
Home-page: https://www.q1.com
Author: peakgao
Author-email: peakgao163@163.com
License: MIT
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格式的文件 │
        └──────────────────────────────────────────┘
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
