Mercurial > hg > ooxml
comparison sample2y/workbook_indented.xml @ 57:a783afa2b109
much richer annotatation as json-formatted comment
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Wed, 31 May 2017 17:41:18 +0100 |
parents | |
children | 823ac978f4ab |
comparison
equal
deleted
inserted
replaced
56:6f62777aaecf | 57:a783afa2b109 |
---|---|
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
2 <workbook mc:Ignorable="x15" xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:x15="http://schemas.microsoft.com/office/spreadsheetml/2010/11/main"> | |
3 <fileVersion appName="xl" lastEdited="6" lowestEdited="5" rupBuild="14420"/> | |
4 <workbookPr defaultThemeVersion="124226"/> | |
5 <mc:AlternateContent xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"> | |
6 <mc:Choice Requires="x15"> | |
7 <x15ac:absPath url="C:\C64\home\ht\MT\sonra\OOXML\" xmlns:x15ac="http://schemas.microsoft.com/office/spreadsheetml/2010/11/ac"/> | |
8 </mc:Choice> | |
9 </mc:AlternateContent> | |
10 <bookViews> | |
11 <workbookView windowHeight="1890" windowWidth="11475" xWindow="120" yWindow="150"/> | |
12 </bookViews> | |
13 <sheets> | |
14 <sheet name="Sheet1" r:id="rId1" sheetId="1"/> | |
15 </sheets> | |
16 <definedNames> | |
17 <definedName | |
18 name="_R000" | |
19 comment="{type:row, | |
20 content:{type:string,static:yes,unique:no,nulls:yes}, | |
21 rel:{label:down,parent:_T000}}"> | |
22 "Sheet1!$A$1:$H$1" | |
23 </definedName> | |
24 <definedName | |
25 name="_R001" | |
26 comment="{type:column, | |
27 content:{type:date, static:yes,unique:no,nulls:no}, | |
28 format:{nf:14}, | |
29 rel:{parent:_T000}}"> | |
30 "Sheet1!$A$2:$A$61" | |
31 </definedName> | |
32 <definedName | |
33 name="_R002" | |
34 comment="{type:column, | |
35 content:{type:integer, static:yes,unique:no,nulls:no}, | |
36 format:{nf:1}, | |
37 rel:{parent:_T000,reffed:[_R003]}}"> | |
38 "Sheet1!$B$2:$B$61" | |
39 </definedName> | |
40 <definedName | |
41 name="_R003" | |
42 comment="{type:column, | |
43 content:{type:integer, static:yes,unique:yes,nulls:no}, | |
44 format:{nf:1}, | |
45 rel:{parent:_T000}}"> | |
46 "Sheet1!$D$2:$D$61" | |
47 </definedName> | |
48 <definedName | |
49 name="_R004" | |
50 comment="{type:column, | |
51 content:{type:integer, static:yes,unique:no,nulls:no}, | |
52 format:{nf:1}, | |
53 rel:{parent:_T000,reffed:[_R009]}}"> | |
54 "Sheet1!$E$2:$E$61" | |
55 </definedName> | |
56 <definedName | |
57 name="_R005" | |
58 comment="{type:column, | |
59 content:{type:integer, static:yes,unique:no,nulls:yes}, | |
60 format:{nf:1}, | |
61 rel:{parent:_T000,reffed:[_R003]}}"> | |
62 "Sheet1!$F$2:$F$61" | |
63 </definedName> | |
64 <definedName | |
65 name="_R006" | |
66 comment="{type:column, | |
67 content:{type:text, static:yes,unique:no,nulls:no}, | |
68 format:{nf:1}, | |
69 rel:{parent:_T000}}"> | |
70 "Sheet1!$H$2:$H$61" | |
71 </definedName> | |
72 <definedName | |
73 name="_R007" | |
74 comment="{type:column, | |
75 content:{type:text, static:yes,unique:no,nulls:no}, | |
76 format:{nf:1}, | |
77 rel:{parent:_T000}}"> | |
78 "Sheet1!$J$2:$J$61" | |
79 </definedName> | |
80 <definedName | |
81 name="_R008" | |
82 comment="{type:column, | |
83 content:{type:integer, static:no,unique:no,nulls:no}, | |
84 format:{nf:1}, | |
85 rel:{parent:_T000,refs:[_R001,_R005]}}"> | |
86 "Sheet1!$C$2:$C$61" | |
87 </definedName> | |
88 <definedName | |
89 name="_R009" | |
90 comment="{type:column, | |
91 content:{type:float, static:no,unique:no,nulls:yes}, | |
92 format:{nf:164,code:0.0%}, | |
93 rel:{parent:_T000,refs:[_R004,_R005]}}"> | |
94 "Sheet1!$G$2:$G$61" | |
95 </definedName> | |
96 <definedName | |
97 name="_T000" | |
98 comment="{type:table, | |
99 columns:{labels:_R000, | |
100 data:[_R001,_R002,_R008,_R003,_R004,_R005,_R009,_R006,_R007]}}"> | |
101 Sheet1!$A$1:$J$61 | |
102 </definedName> | |
103 </definedNames> | |
104 <calcPr calcId="162913"/> | |
105 </workbook> |