You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SampleSS.xml 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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. <Title>Sample Spreadsheet</Title>
  10. <Subject>Spreadsheet for testing</Subject>
  11. <Author>Nick Burch</Author>
  12. <Keywords>Testing Sample Formulas</Keywords>
  13. <Description>This is a sample spreadsheet, for use when testing things</Description>
  14. <LastAuthor>Nick Burch</LastAuthor>
  15. <Created>2008-01-04T11:51:36Z</Created>
  16. <LastSaved>2008-01-04T11:56:04Z</LastSaved>
  17. <Version>14.00</Version>
  18. </DocumentProperties>
  19. <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
  20. <AllowPNG/>
  21. </OfficeDocumentSettings>
  22. <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
  23. <WindowHeight>5580</WindowHeight>
  24. <WindowWidth>11295</WindowWidth>
  25. <WindowTopX>360</WindowTopX>
  26. <WindowTopY>60</WindowTopY>
  27. <ActiveSheet>1</ActiveSheet>
  28. <ProtectStructure>False</ProtectStructure>
  29. <ProtectWindows>False</ProtectWindows>
  30. </ExcelWorkbook>
  31. <Styles>
  32. <Style ss:ID="Default" ss:Name="Normal">
  33. <Alignment ss:Vertical="Bottom"/>
  34. <Borders/>
  35. <Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="11" ss:Color="#000000"/>
  36. <Interior/>
  37. <NumberFormat/>
  38. <Protection/>
  39. </Style>
  40. <Style ss:ID="s62">
  41. <Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="11" ss:Color="#FF0000"/>
  42. </Style>
  43. <Style ss:ID="s63">
  44. <Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="11" ss:Color="#1F497D"
  45. ss:Bold="1"/>
  46. <Interior ss:Color="#FFFF00" ss:Pattern="Solid"/>
  47. </Style>
  48. </Styles>
  49. <Worksheet ss:Name="First Sheet">
  50. <Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="4" x:FullColumns="1"
  51. x:FullRows="1" ss:DefaultRowHeight="15">
  52. <Row>
  53. <Cell><Data ss:Type="String">Test spreadsheet</Data></Cell>
  54. </Row>
  55. <Row>
  56. <Cell><Data ss:Type="String">2nd row</Data></Cell>
  57. <Cell><Data ss:Type="String">2nd row 2nd column</Data></Cell>
  58. </Row>
  59. <Row ss:Index="4">
  60. <Cell ss:StyleID="s62"><Data ss:Type="String">This one is red</Data></Cell>
  61. </Row>
  62. </Table>
  63. <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
  64. <PageSetup>
  65. <Header x:Margin="0.3"/>
  66. <Footer x:Margin="0.3"/>
  67. <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
  68. </PageSetup>
  69. <Print>
  70. <ValidPrinterInfo/>
  71. <PaperSizeIndex>0</PaperSizeIndex>
  72. <VerticalResolution>0</VerticalResolution>
  73. <NumberofCopies>0</NumberofCopies>
  74. </Print>
  75. <Panes>
  76. <Pane>
  77. <Number>3</Number>
  78. <RangeSelection>R1C1:R4C2</RangeSelection>
  79. </Pane>
  80. </Panes>
  81. <ProtectObjects>False</ProtectObjects>
  82. <ProtectScenarios>False</ProtectScenarios>
  83. </WorksheetOptions>
  84. </Worksheet>
  85. <Worksheet ss:Name="Sheet Number 2">
  86. <Table ss:ExpandedColumnCount="4" ss:ExpandedRowCount="7" x:FullColumns="1"
  87. x:FullRows="1" ss:DefaultRowHeight="15">
  88. <Row>
  89. <Cell><Data ss:Type="String">Start of 2nd sheet</Data></Cell>
  90. </Row>
  91. <Row>
  92. <Cell><Data ss:Type="String">Sheet 2 row 2</Data></Cell>
  93. </Row>
  94. <Row ss:Index="4">
  95. <Cell ss:StyleID="s63"><Data ss:Type="String">I'm in bold blue, on a yellow background</Data></Cell>
  96. </Row>
  97. <Row ss:Index="6">
  98. <Cell><Data ss:Type="String">cb=1</Data></Cell>
  99. <Cell><Data ss:Type="String">cb=10</Data></Cell>
  100. <Cell><Data ss:Type="String">cb=2</Data></Cell>
  101. <Cell><Data ss:Type="String">cb=sum</Data></Cell>
  102. </Row>
  103. <Row>
  104. <Cell><Data ss:Type="Number">1</Data></Cell>
  105. <Cell><Data ss:Type="Number">10</Data></Cell>
  106. <Cell><Data ss:Type="Number">2</Data></Cell>
  107. <Cell ss:Formula="=SUM(RC[-3]:RC[-1])"><Data ss:Type="Number">13</Data></Cell>
  108. </Row>
  109. </Table>
  110. <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
  111. <PageSetup>
  112. <Header x:Margin="0.3"/>
  113. <Footer x:Margin="0.3"/>
  114. <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
  115. </PageSetup>
  116. <Selected/>
  117. <Panes>
  118. <Pane>
  119. <Number>3</Number>
  120. <ActiveRow>6</ActiveRow>
  121. <ActiveCol>3</ActiveCol>
  122. </Pane>
  123. </Panes>
  124. <ProtectObjects>False</ProtectObjects>
  125. <ProtectScenarios>False</ProtectScenarios>
  126. </WorksheetOptions>
  127. </Worksheet>
  128. <Worksheet ss:Name="Sheet3">
  129. <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
  130. x:FullRows="1" ss:DefaultRowHeight="15">
  131. </Table>
  132. <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
  133. <PageSetup>
  134. <Header x:Margin="0.3"/>
  135. <Footer x:Margin="0.3"/>
  136. <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
  137. </PageSetup>
  138. <ProtectObjects>False</ProtectObjects>
  139. <ProtectScenarios>False</ProtectScenarios>
  140. </WorksheetOptions>
  141. </Worksheet>
  142. </Workbook>