123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0"?>
- <?mso-application progid="Excel.Sheet"?>
- <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
- xmlns:o="urn:schemas-microsoft-com:office:office"
- xmlns:x="urn:schemas-microsoft-com:office:excel"
- xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
- xmlns:html="http://www.w3.org/TR/REC-html40">
- <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
- <Created>2015-06-05T18:19:34Z</Created>
- <Version>15.00</Version>
- </DocumentProperties>
- <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
- <AllowPNG/>
- <RemovePersonalInformation/>
- </OfficeDocumentSettings>
- <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
- <ProtectStructure>False</ProtectStructure>
- <ProtectWindows>False</ProtectWindows>
- </ExcelWorkbook>
- <Styles>
- <Style ss:ID="Default" ss:Name="Normal">
- <Alignment ss:Vertical="Bottom"/>
- <Borders/>
- <Font ss:FontName="等线" x:CharSet="134" ss:Size="11" ss:Color="#000000"/>
- <Interior/>
- <NumberFormat/>
- <Protection/>
- </Style>
- <Style ss:ID="s16">
- <Alignment ss:Vertical="Center" ss:WrapText="1"/>
- <Font ss:FontName="微软雅黑" x:CharSet="134" x:Family="Swiss"/>
- <Interior ss:Color="#9BC2E6" ss:Pattern="Solid"/>
- </Style>
- <Style ss:ID="s17">
- <Alignment ss:Vertical="Center" ss:WrapText="1"/>
- <Font ss:FontName="微软雅黑" x:CharSet="134" x:Family="Swiss"/>
- </Style>
- </Styles>
- <Worksheet ss:Name="ItemModel">
- <Table ss:ExpandedColumnCount="3" ss:ExpandedRowCount="4" x:FullColumns="1"
- x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="14.25">
- <Column ss:AutoFitWidth="0" ss:Width="109.5"/>
- <Column ss:AutoFitWidth="0" ss:Width="105.75"/>
- <Column ss:AutoFitWidth="0" ss:Width="432"/>
- <Row ss:Height="16.5">
- <Cell ss:StyleID="s16"><Data ss:Type="String">名称</Data></Cell>
- <Cell ss:StyleID="s16"><Data ss:Type="String">代码</Data><Comment ss:Author="作者"><ss:Data
- xmlns="http://www.w3.org/TR/REC-html40"><Font html:Face="宋体"
- x:CharSet="134" html:Size="9">csz: 物品缩写代码:3-10位长度的英文字符</Font></ss:Data></Comment></Cell>
- <Cell ss:StyleID="s16"><Data ss:Type="String">模型文件</Data></Cell>
- </Row>
- <Row ss:Height="16.5">
- <Cell ss:StyleID="s17"><Data ss:Type="String">Name</Data></Cell>
- <Cell ss:StyleID="s17"><Data ss:Type="String">Code</Data></Cell>
- <Cell ss:StyleID="s17"><Data ss:Type="String">AvatarId</Data></Cell>
- </Row>
- <Row ss:Height="16.5">
- <Cell ss:StyleID="s17"><Data ss:Type="String">STRING</Data></Cell>
- <Cell ss:StyleID="s17"><Data ss:Type="String">STRING</Data></Cell>
- <Cell ss:StyleID="s17"><Data ss:Type="String">STRING</Data></Cell>
- </Row>
- <Row>
- <Cell><Data ss:Type="String">白龙</Data></Cell>
- <Cell><Data ss:Type="String">mount06</Data></Cell>
- <Cell><Data ss:Type="String">/res/unit/mount/mnt_ma_03.assetbundles</Data></Cell>
- </Row>
- </Table>
- </Worksheet>
- </Workbook>
|