source: other-projects/book-stumper/trunk/spreadsheet-template-header.xml@ 33354

Last change on this file since 33354 was 33354, checked in by davidb, 5 years ago

Template file for producing OpenOffice spreadsheet format

  • Property svn:executable set to *
File size: 2.5 KB
Line 
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 <Author>davidb</Author>
10 <LastAuthor>davidb</LastAuthor>
11 <Created>2017-02-17T03:22:06Z</Created>
12 <Company>University of Waikato</Company>
13 <Version>15.00</Version>
14 </DocumentProperties>
15 <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
16 <AllowPNG/>
17 </OfficeDocumentSettings>
18 <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
19 <WindowHeight>7680</WindowHeight>
20 <WindowWidth>16320</WindowWidth>
21 <WindowTopX>0</WindowTopX>
22 <WindowTopY>0</WindowTopY>
23 <Calculation>ManualCalculation</Calculation>
24 <ProtectStructure>False</ProtectStructure>
25 <ProtectWindows>False</ProtectWindows>
26 </ExcelWorkbook>
27 <Styles>
28 <Style ss:ID="Default" ss:Name="Normal">
29 <Alignment ss:Vertical="Bottom"/>
30 <Borders/>
31 <Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="11" ss:Color="#000000"/>
32 <Interior/>
33 <NumberFormat/>
34 <Protection/>
35 </Style>
36 <Style ss:ID="sPlainText">
37 <Font ss:FontName="Calibri" x:Family="Swiss" ss:Color="#000000"/>
38 </Style>
39 <Style ss:ID="sHeadingText">
40 <Font ss:FontName="Calibri" x:Family="Swiss" ss:Color="#000000" ss:Italic="1"/>
41 </Style>
42 <Style ss:ID="sHtmlWrap">
43 <Alignment ss:Vertical="Top" ss:WrapText="1"/>
44 <Font ss:FontName="Calibri" x:Family="Swiss" ss:Color="#000000"/>
45 </Style>
46 </Styles>
47 <Worksheet ss:Name="####Worksheet####">
48 <Table ss:ExpandedColumnCount="5" x:FullColumns="1"
49 x:FullRows="1" ss:DefaultRowHeight="20">
50 <Column ss:AutoFitWidth="0" ss:Width="79.5"/>
51 <Column ss:AutoFitWidth="0" ss:Width="186.75"/>
52 <Column ss:AutoFitWidth="0" ss:Width="835.25"/>
53 <Column ss:AutoFitWidth="0" ss:Width="46.75"/>
54 <Column ss:AutoFitWidth="0" ss:Width="186.75"/>
55 <Row>
56 <Cell ss:StyleID="sHeadingText"><Data ss:Type="String">Reference ID</Data></Cell>
57 <Cell ss:StyleID="sHeadingText"><Data ss:Type="String">Title</Data></Cell>
58 <Cell ss:StyleID="sHeadingText"><Data ss:Type="String">Posting</Data></Cell>
59 <Cell ss:StyleID="sHeadingText"><Data ss:Type="String">Num icons</Data></Cell>
60 </Row>
Note: See TracBrowser for help on using the repository browser.