Search notes:
Office Open XML - SpreadsheetML: Fixed header
[Content_Types].xml
<?xml version="1.0" encoding="utf-8"?>
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
<Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml" />
<Default Extension="xml" ContentType="application/xml" />
<Override PartName="/xl/theme/theme1.xml" ContentType="application/vnd.openxmlformats-officedocument.theme+xml" />
<Override PartName="/xl/styles.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml" />
<Override PartName="/xl/workbook.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml" />
<Override PartName="/docProps/app.xml" ContentType="application/vnd.openxmlformats-officedocument.extended-properties+xml" />
<Override PartName="/xl/worksheets/sheet1.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml" />
<Override PartName="/xl/sharedStrings.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml"/>
<Override PartName="/docProps/core.xml" ContentType="application/vnd.openxmlformats-package.core-properties+xml" />
</Types>
_rels/.rels
<?xml version="1.0" encoding="utf-8"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
<Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Target="docProps/app.xml" />
<Relationship Id="rId2" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="docProps/core.xml" />
<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" />
</Relationships>
docProps/core.xml
<?xml version="1.0" encoding="utf-8"?>
<cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
</cp:coreProperties>
docProps/app.xml
<?xml version="1.0" encoding="utf-8"?>
<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
</Properties>
xl/sharedStrings.xml
<?xml version="1.0" encoding="utf-8"?>
<sst xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" count="25" uniqueCount="24">
<si><t>Header one</t> </si>
<si><t>Header two</t> </si>
<si><t>Header three</t></si>
<si><t>Header four</t> </si>
<si><t>one</t> </si>
<si><t>two</t> </si>
<si><t>eins</t> </si>
<si><t>zwei</t> </si>
<si><t>drei</t> </si>
<si><t>vier</t> </si>
<si><t>fünf</t> </si>
<si><t>sechs</t> </si>
<si><t>sieben</t> </si>
<si><t>un</t> </si>
<si><t>deux</t> </si>
<si><t>trois</t> </si>
<si><t>quattre</t> </si>
<si><t>cinque</t> </si>
<si><t>six</t> </si>
<si><t>sept</t> </si>
<si><t>three</t> </si>
<si><t>four</t> </si>
<si><t>five</t> </si>
<si><t>seven</t> </si>
</sst>
xl/_rels/workbook.xml.rels
<?xml version="1.0" encoding="utf-8"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet" Target="worksheets/sheet1.xml" />
<Relationship Id="rId2" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings" Target="sharedStrings.xml" />
<Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" Target="styles.xml" />
<Relationship Id="rId4" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" Target="theme/theme1.xml" />
</Relationships>
xl/styles.xml
<?xml version="1.0" encoding="utf-8"?>
<styleSheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
<fonts count="1">
<font> <sz val="11"/><color theme="1" /><name val="Calibri" /><family val="2" /><scheme val="minor" /></font>
</fonts>
<fills count="2">
<fill>
<patternFill patternType="none" />
</fill>
<fill>
<patternFill patternType="gray125" />
</fill>
</fills>
<borders count="1">
<border>
<left />
<right />
<top />
<bottom />
<diagonal />
</border>
</borders>
<cellStyleXfs count="1">
<xf numFmtId="0" fontId="0" fillId="0" borderId="0" />
</cellStyleXfs>
<cellXfs count="1">
<xf numFmtId="0" fontId="0" fillId="0" borderId="0" xfId="0" />
</cellXfs>
<cellStyles count="1">
<cellStyle name="Standard" xfId="0" builtinId="0" />
</cellStyles>
<dxfs count="0" />
<tableStyles count="0" defaultTableStyle="TableStyleMedium9" defaultPivotStyle="PivotStyleLight16" />
</styleSheet>
xl/workbook.xml
<?xml version="1.0" encoding="utf-8"?>
<workbook xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
<fileVersion appName="xl" lastEdited="4" lowestEdited="4" rupBuild="4507" />
<workbookPr defaultThemeVersion="124226" />
<bookViews>
<workbookView xWindow="120" yWindow="90" windowWidth="28515" windowHeight="14370" />
</bookViews>
<sheets>
<sheet name="Name of sheet" sheetId="1" r:id="rId1" />
</sheets>
<calcPr calcId="125725" />
</workbook>
xl/worksheets/sheet1.xml
<?xml version="1.0" encoding="utf-8"?>
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
<dimension ref="A1:D8" />
<sheetViews>
<sheetView tabSelected="1" workbookViewId="0">
<pane ySplit="1" topLeftCell="A5" activePane="bottomLeft" state="frozen" />
<selection pane="bottomLeft" activeCell="B6" sqref="B6" />
</sheetView>
</sheetViews>
<sheetFormatPr baseColWidth="10" defaultRowHeight="15" />
<cols>
<col min="1" max="1" width="13.5703125" customWidth="1" />
<col min="2" max="2" width="13.85546875" customWidth="1" />
<col min="3" max="3" width="14" customWidth="1" />
</cols>
<sheetData>
<row r="1" spans="1:4"><c r="A1" t="s"> <v>0</v></c><c r="B1" t="s"><v>1</v> </c><c r="C1" t="s"><v>2</v> </c> <c r="D1" t="s"> <v>3 </v></c></row>
<row r="2" spans="1:4"><c r="A2"> <v>1</v> </c><c r="B2" t="s"><v>6</v> </c><c r="C2" t="s"><v>13</v></c> <c r="D2" t="s"> <v>4 </v></c></row>
<row r="3" spans="1:4"><c r="A3"> <v>22</v> </c><c r="B3" t="s"><v>7</v> </c><c r="C3" t="s"><v>14</v></c> <c r="D3" t="s"> <v>5 </v></c></row>
<row r="4" spans="1:4"><c r="A4"> <v>333</v> </c><c r="B4" t="s"><v>8</v> </c><c r="C4" t="s"><v>15</v></c> <c r="D4" t="s"> <v>20</v></c></row>
<row r="5" spans="1:4"><c r="A5"> <v>4444</v> </c><c r="B5" t="s"><v>9</v> </c><c r="C5" t="s"><v>16</v></c> <c r="D5" t="s"> <v>21</v></c></row>
<row r="6" spans="1:4"><c r="A6"> <v>55555</v> </c><c r="B6" t="s"><v>10</v></c><c r="C6" t="s"><v>17</v></c> <c r="D6" t="s"> <v>22</v></c></row>
<row r="7" spans="1:4"><c r="A7"> <v>666666</v> </c><c r="B7" t="s"><v>11</v></c><c r="C7" t="s"><v>18</v></c> <c r="D7" t="s"> <v>18</v></c></row>
<row r="8" spans="1:4"><c r="A8"> <v>7777777</v></c><c r="B8" t="s"><v>12</v></c><c r="C8" t="s"><v>19</v></c> <c r="D8" t="s"> <v>23</v></c></row>
</sheetData>
<pageMargins left="0.7" right="0.7" top="0.78740157499999996" bottom="0.78740157499999996" header="0.3" footer="0.3" />
</worksheet>