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>Kohei Yoshida</Author>
10 <LastAuthor>Kohei Yoshida</LastAuthor>
11 <Created>2016-12-17T20:46:03Z</Created>
12 <LastSaved>2016-12-17T20:49:13Z</LastSaved>
13 <Version>15.00</Version>
15 <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
17 </OfficeDocumentSettings>
18 <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
19 <WindowHeight>14385</WindowHeight>
20 <WindowWidth>24000</WindowWidth>
21 <WindowTopX>0</WindowTopX>
22 <WindowTopY>0</WindowTopY>
24 <ProtectStructure>False</ProtectStructure>
25 <ProtectWindows>False</ProtectWindows>
28 <Style ss:ID="Default" ss:Name="Normal">
29 <Alignment ss:Vertical="Bottom"/>
31 <Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="11" ss:Color="#000000"/>
38 <NamedRange ss:Name="MyRange" ss:RefersTo="=Sheet1!R1C1:R5C1"/>
39 <NamedRange ss:Name="MyRange2" ss:RefersTo="=Sheet1!R1C1:R5C2"/>
41 <Worksheet ss:Name="Sheet1">
42 <Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="7" x:FullColumns="1"
43 x:FullRows="1" ss:DefaultRowHeight="15">
45 <Cell><Data ss:Type="Number">1</Data><NamedCell ss:Name="MyRange"/><NamedCell
46 ss:Name="MyRange2"/></Cell>
47 <Cell><Data ss:Type="Number">6</Data><NamedCell ss:Name="MyRange2"/></Cell>
50 <Cell><Data ss:Type="Number">2</Data><NamedCell ss:Name="MyRange"/><NamedCell
51 ss:Name="MyRange2"/></Cell>
52 <Cell><Data ss:Type="Number">7</Data><NamedCell ss:Name="MyRange2"/></Cell>
55 <Cell><Data ss:Type="Number">3</Data><NamedCell ss:Name="MyRange"/><NamedCell
56 ss:Name="MyRange2"/></Cell>
57 <Cell><Data ss:Type="Number">8</Data><NamedCell ss:Name="MyRange2"/></Cell>
60 <Cell><Data ss:Type="Number">4</Data><NamedCell ss:Name="MyRange"/><NamedCell
61 ss:Name="MyRange2"/></Cell>
62 <Cell><Data ss:Type="Number">9</Data><NamedCell ss:Name="MyRange2"/></Cell>
65 <Cell><Data ss:Type="Number">5</Data><NamedCell ss:Name="MyRange"/><NamedCell
66 ss:Name="MyRange2"/></Cell>
67 <Cell><Data ss:Type="Number">10</Data><NamedCell ss:Name="MyRange2"/></Cell>
70 <Cell ss:Formula="=SUM(MyRange)"><Data ss:Type="Number">15</Data></Cell>
71 <Cell ss:Formula="=SUM(MyRange2)"><Data ss:Type="Number">55</Data></Cell>
74 <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
76 <Header x:Margin="0.3"/>
77 <Footer x:Margin="0.3"/>
78 <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
84 <ActiveRow>6</ActiveRow>
85 <ActiveCol>1</ActiveCol>
88 <ProtectObjects>False</ProtectObjects>
89 <ProtectScenarios>False</ProtectScenarios>