source: other-projects/book-stumper/trunk/spreadsheet-template.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: 1.9 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 </Styles>
37 <Worksheet ss:Name="Sheet1">
38 <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
39 x:FullRows="1" ss:DefaultRowHeight="15">
40 </Table>
41 <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
42 <PageSetup>
43 <Header x:Margin="0.3"/>
44 <Footer x:Margin="0.3"/>
45 <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
46 </PageSetup>
47 <Selected/>
48 <ProtectObjects>False</ProtectObjects>
49 <ProtectScenarios>False</ProtectScenarios>
50 </WorksheetOptions>
51 </Worksheet>
52</Workbook>
Note: See TracBrowser for help on using the repository browser.