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>Kohei Yoshida</Author>
10  <LastAuthor>Kohei Yoshida</LastAuthor>
11  <Created>2017-12-17T16:17:53Z</Created>
12  <LastSaved>2017-12-17T16:20:44Z</LastSaved>
13  <Version>16.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>12210</WindowHeight>
20  <WindowWidth>28800</WindowWidth>
21  <WindowTopX>0</WindowTopX>
22  <WindowTopY>0</WindowTopY>
23  <ProtectStructure>False</ProtectStructure>
24  <ProtectWindows>False</ProtectWindows>
25 </ExcelWorkbook>
26 <Styles>
27  <Style ss:ID="Default" ss:Name="Normal">
28   <Alignment ss:Vertical="Bottom"/>
29   <Borders/>
30   <Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="11" ss:Color="#000000"/>
31   <Interior/>
32   <NumberFormat/>
33   <Protection/>
34  </Style>
35 </Styles>
36 <Worksheet ss:Name="Sheet1">
37  <Table ss:ExpandedColumnCount="9" ss:ExpandedRowCount="4" x:FullColumns="1"
38   x:FullRows="1" ss:DefaultRowHeight="15">
39   <Row ss:Index="2">
40    <Cell><Data ss:Type="Number">1</Data></Cell>
41    <Cell><Data ss:Type="Number">2</Data></Cell>
42    <Cell><Data ss:Type="Number">3</Data></Cell>
43    <Cell ss:Index="5"><Data ss:Type="Number">7</Data></Cell>
44    <Cell><Data ss:Type="Number">10</Data></Cell>
45    <Cell ss:Index="8" ss:ArrayRange="RC:R[1]C[1]"
46     ss:Formula="=MMULT(RC[-7]:R[1]C[-5],RC[-3]:R[2]C[-2])"><Data ss:Type="Number">50</Data></Cell>
47    <Cell><Data ss:Type="Number">68</Data></Cell>
48   </Row>
49   <Row>
50    <Cell><Data ss:Type="Number">4</Data></Cell>
51    <Cell><Data ss:Type="Number">5</Data></Cell>
52    <Cell><Data ss:Type="Number">6</Data></Cell>
53    <Cell ss:Index="5"><Data ss:Type="Number">8</Data></Cell>
54    <Cell><Data ss:Type="Number">11</Data></Cell>
55    <Cell ss:Index="8"><Data ss:Type="Number">122</Data></Cell>
56    <Cell><Data ss:Type="Number">167</Data></Cell>
57   </Row>
58   <Row>
59    <Cell ss:Index="5"><Data ss:Type="Number">9</Data></Cell>
60    <Cell><Data ss:Type="Number">12</Data></Cell>
61   </Row>
62  </Table>
63  <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
64   <PageSetup>
65    <Header x:Margin="0.3"/>
66    <Footer x:Margin="0.3"/>
67    <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
68   </PageSetup>
69   <Selected/>
70   <Panes>
71    <Pane>
72     <Number>3</Number>
73     <ActiveRow>1</ActiveRow>
74     <ActiveCol>8</ActiveCol>
75    </Pane>
76   </Panes>
77   <ProtectObjects>False</ProtectObjects>
78   <ProtectScenarios>False</ProtectScenarios>
79  </WorksheetOptions>
80 </Worksheet>
81</Workbook>
82