SingleCharge.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0"?>
  2. <?mso-application progid="Excel.Sheet"?>
  3. <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
  4. xmlns:o="urn:schemas-microsoft-com:office:office"
  5. xmlns:x="urn:schemas-microsoft-com:office:excel"
  6. xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
  7. xmlns:html="http://www.w3.org/TR/REC-html40">
  8. <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
  9. <Created>2006-09-16T00:00:00Z</Created>
  10. <Version>15.00</Version>
  11. </DocumentProperties>
  12. <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
  13. <AllowPNG/>
  14. <RemovePersonalInformation/>
  15. </OfficeDocumentSettings>
  16. <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
  17. <ProtectStructure>False</ProtectStructure>
  18. <ProtectWindows>False</ProtectWindows>
  19. </ExcelWorkbook>
  20. <Styles>
  21. <Style ss:ID="Default" ss:Name="Normal">
  22. <Alignment ss:Vertical="Bottom"/>
  23. <Borders/>
  24. <Font ss:FontName="宋体" x:CharSet="134" ss:Size="11" ss:Color="#000000"/>
  25. <Interior/>
  26. <NumberFormat/>
  27. <Protection/>
  28. </Style>
  29. </Styles>
  30. <Worksheet ss:Name="Single_Cz">
  31. <Table ss:ExpandedColumnCount="3" ss:ExpandedRowCount="8" x:FullColumns="1"
  32. x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="13.5">
  33. <Row>
  34. <Cell><Data ss:Type="String">编号</Data></Cell>
  35. <Cell><Data ss:Type="String">充值金额</Data></Cell>
  36. <Cell><Data ss:Type="String">奖励道具</Data></Cell>
  37. </Row>
  38. <Row>
  39. <Cell><Data ss:Type="String">ID</Data></Cell>
  40. <Cell><Data ss:Type="String">Sum</Data></Cell>
  41. <Cell><Data ss:Type="String">Rewards</Data></Cell>
  42. </Row>
  43. <Row>
  44. <Cell><Data ss:Type="String">NUMBER</Data></Cell>
  45. <Cell><Data ss:Type="String">NUMBER</Data></Cell>
  46. <Cell><Data ss:Type="String">STRING</Data></Cell>
  47. </Row>
  48. <Row>
  49. <Cell><Data ss:Type="Number">1</Data></Cell>
  50. <Cell><Data ss:Type="Number">6</Data></Cell>
  51. <Cell><Data ss:Type="String">cash10:1,cash10:1,cash10:1,cash10:1</Data></Cell>
  52. </Row>
  53. <Row>
  54. <Cell><Data ss:Type="Number">2</Data></Cell>
  55. <Cell><Data ss:Type="Number">30</Data></Cell>
  56. <Cell><Data ss:Type="String">cash10:1,cash10:1,cash10:1,cash10:1</Data></Cell>
  57. </Row>
  58. <Row>
  59. <Cell><Data ss:Type="Number">3</Data></Cell>
  60. <Cell><Data ss:Type="Number">98</Data></Cell>
  61. <Cell><Data ss:Type="String">cash10:1,cash10:1,cash10:1,cash10:1</Data></Cell>
  62. </Row>
  63. <Row>
  64. <Cell><Data ss:Type="Number">4</Data></Cell>
  65. <Cell><Data ss:Type="Number">198</Data></Cell>
  66. <Cell><Data ss:Type="String">cash10:1,cash10:1,cash10:1,cash10:1</Data></Cell>
  67. </Row>
  68. <Row>
  69. <Cell><Data ss:Type="Number">5</Data></Cell>
  70. <Cell><Data ss:Type="Number">648</Data></Cell>
  71. <Cell><Data ss:Type="String">cash10:1,cash10:1,cash10:1,cash10:1</Data></Cell>
  72. </Row>
  73. </Table>
  74. <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>
  75. </WorksheetOptions>
  76. </Worksheet>
  77. </Workbook>