Bombbox.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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="Bombbox">
  31. <Table ss:ExpandedColumnCount="3" ss:ExpandedRowCount="4" 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">Route</Data></Cell>
  41. <Cell><Data ss:Type="String">Goto</Data></Cell>
  42. </Row>
  43. <Row>
  44. <Cell><Data ss:Type="String">NUMBER</Data></Cell>
  45. <Cell><Data ss:Type="String">STRING</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="String">static_n/activity/scxc.png</Data></Cell>
  51. <Cell><Data ss:Type="String">FirstCharge</Data></Cell>
  52. </Row>
  53. </Table>
  54. <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>
  55. </WorksheetOptions>
  56. </Worksheet>
  57. </Workbook>