1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?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>2006-09-16T00:00:00Z</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>
- </Styles>
- <Worksheet ss:Name="Single_Cz">
- <Table ss:ExpandedColumnCount="3" ss:ExpandedRowCount="8" x:FullColumns="1"
- x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="13.5">
- <Row>
- <Cell><Data ss:Type="String">编号</Data></Cell>
- <Cell><Data ss:Type="String">充值金额</Data></Cell>
- <Cell><Data ss:Type="String">奖励道具</Data></Cell>
- </Row>
- <Row>
- <Cell><Data ss:Type="String">ID</Data></Cell>
- <Cell><Data ss:Type="String">Sum</Data></Cell>
- <Cell><Data ss:Type="String">Rewards</Data></Cell>
- </Row>
- <Row>
- <Cell><Data ss:Type="String">NUMBER</Data></Cell>
- <Cell><Data ss:Type="String">NUMBER</Data></Cell>
- <Cell><Data ss:Type="String">STRING</Data></Cell>
- </Row>
- <Row>
- <Cell><Data ss:Type="Number">1</Data></Cell>
- <Cell><Data ss:Type="Number">6</Data></Cell>
- <Cell><Data ss:Type="String">cash10:1,cash10:1,cash10:1,cash10:1</Data></Cell>
- </Row>
- <Row>
- <Cell><Data ss:Type="Number">2</Data></Cell>
- <Cell><Data ss:Type="Number">30</Data></Cell>
- <Cell><Data ss:Type="String">cash10:1,cash10:1,cash10:1,cash10:1</Data></Cell>
- </Row>
- <Row>
- <Cell><Data ss:Type="Number">3</Data></Cell>
- <Cell><Data ss:Type="Number">98</Data></Cell>
- <Cell><Data ss:Type="String">cash10:1,cash10:1,cash10:1,cash10:1</Data></Cell>
- </Row>
- <Row>
- <Cell><Data ss:Type="Number">4</Data></Cell>
- <Cell><Data ss:Type="Number">198</Data></Cell>
- <Cell><Data ss:Type="String">cash10:1,cash10:1,cash10:1,cash10:1</Data></Cell>
- </Row>
- <Row>
- <Cell><Data ss:Type="Number">5</Data></Cell>
- <Cell><Data ss:Type="Number">648</Data></Cell>
- <Cell><Data ss:Type="String">cash10:1,cash10:1,cash10:1,cash10:1</Data></Cell>
- </Row>
- </Table>
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><Unsynced/> <FrozenNoSplit/> <SplitHorizontal>3</SplitHorizontal> <TopRowBottomPane>3</TopRowBottomPane> <SplitVertical>1</SplitVertical><LeftColumnRightPane>1</LeftColumnRightPane> <ActivePane>0</ActivePane>
- </WorksheetOptions>
- </Worksheet>
- </Workbook>
|