excel2003.iso8859-1.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="iso-8859-1"?>
  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. <Author>Owen Leibman</Author>
  10. <LastAuthor>Owen Leibman</LastAuthor>
  11. <Created>2020-06-20T18:12:18Z</Created>
  12. <Version>16.00</Version>
  13. </DocumentProperties>
  14. <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
  15. <AllowPNG/>
  16. </OfficeDocumentSettings>
  17. <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
  18. <WindowHeight>8964</WindowHeight>
  19. <WindowWidth>23040</WindowWidth>
  20. <WindowTopX>32767</WindowTopX>
  21. <WindowTopY>32767</WindowTopY>
  22. <ProtectStructure>False</ProtectStructure>
  23. <ProtectWindows>False</ProtectWindows>
  24. </ExcelWorkbook>
  25. <Styles>
  26. <Style ss:ID="Default" ss:Name="Normal">
  27. <Alignment ss:Vertical="Bottom"/>
  28. <Borders/>
  29. <Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="11" ss:Color="#000000"/>
  30. <Interior/>
  31. <NumberFormat/>
  32. <Protection/>
  33. </Style>
  34. <Style ss:ID="s62" ss:Name="Hyperlink">
  35. <Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="11" ss:Color="#0563C1"
  36. ss:Underline="Single"/>
  37. </Style>
  38. </Styles>
  39. <Worksheet ss:Name="Sheet1">
  40. <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="2" x:FullColumns="1"
  41. x:FullRows="1" ss:DefaultRowHeight="14.4">
  42. <Row>
  43. <Cell><Data ss:Type="String">Voilà</Data></Cell>
  44. </Row>
  45. <Row>
  46. <Cell ss:StyleID="s62" ss:HRef="https://phpspreadsheet.readthedocs.io"><Data
  47. ss:Type="String">PhpSpreadsheet</Data></Cell>
  48. </Row>
  49. </Table>
  50. <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
  51. <PageSetup>
  52. <Header x:Margin="0.3"/>
  53. <Footer x:Margin="0.3"/>
  54. <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
  55. </PageSetup>
  56. <Selected/>
  57. <Panes>
  58. <Pane>
  59. <Number>3</Number>
  60. <ActiveRow>2</ActiveRow>
  61. </Pane>
  62. </Panes>
  63. <ProtectObjects>False</ProtectObjects>
  64. <ProtectScenarios>False</ProtectScenarios>
  65. </WorksheetOptions>
  66. </Worksheet>
  67. </Workbook>