rubyfromexcel 0.0.17 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (147) hide show
  1. data/examples/ruby-versions/test1-ruby/sheets/sheet1.rb +7 -0
  2. data/examples/ruby-versions/test1-ruby/sheets/sheet2.rb +6 -0
  3. data/examples/ruby-versions/test1-ruby/specs/sheet1_rspec.rb +12 -0
  4. data/examples/ruby-versions/test1-ruby/specs/sheet2_rspec.rb +12 -0
  5. data/examples/ruby-versions/test1-ruby/spreadsheet.rb +9 -0
  6. data/examples/ruby-versions/test2-ruby/sheets/sheet1.rb +1334 -0
  7. data/examples/ruby-versions/test2-ruby/sheets/sheet2.rb +25 -0
  8. data/examples/ruby-versions/test2-ruby/sheets/sheet3.rb +3703 -0
  9. data/examples/ruby-versions/test2-ruby/specs/sheet1_rspec.rb +648 -0
  10. data/examples/ruby-versions/test2-ruby/specs/sheet2_rspec.rb +24 -0
  11. data/examples/ruby-versions/test2-ruby/specs/sheet3_rspec.rb +11364 -0
  12. data/examples/ruby-versions/test2-ruby/spreadsheet.rb +9 -0
  13. data/examples/sheets/test1.xlsx +0 -0
  14. data/examples/sheets/test2.xlsx +0 -0
  15. data/examples/sheets/~$test1.xlsx +0 -0
  16. data/examples/unzipped-sheets/array-formulas/[Content_Types].xml +2 -0
  17. data/examples/unzipped-sheets/array-formulas/docProps/app.xml +2 -0
  18. data/examples/unzipped-sheets/array-formulas/docProps/core.xml +2 -0
  19. data/examples/unzipped-sheets/array-formulas/docProps/thumbnail.jpeg +0 -0
  20. data/examples/unzipped-sheets/array-formulas/xl/_rels/workbook.xml.rels +2 -0
  21. data/examples/unzipped-sheets/array-formulas/xl/calcChain.xml +2 -0
  22. data/examples/unzipped-sheets/array-formulas/xl/sharedStrings.xml +2 -0
  23. data/examples/unzipped-sheets/array-formulas/xl/styles.xml +2 -0
  24. data/examples/unzipped-sheets/array-formulas/xl/theme/theme1.xml +2 -0
  25. data/examples/unzipped-sheets/array-formulas/xl/workbook.xml +2 -0
  26. data/examples/unzipped-sheets/array-formulas/xl/worksheets/sheet1.xml +2 -0
  27. data/examples/unzipped-sheets/array-formulas/xl/worksheets/sheet2.xml +2 -0
  28. data/examples/unzipped-sheets/checkpoint/[Content_Types].xml +2 -0
  29. data/examples/unzipped-sheets/checkpoint/docProps/app.xml +2 -0
  30. data/examples/unzipped-sheets/checkpoint/docProps/core.xml +2 -0
  31. data/examples/unzipped-sheets/checkpoint/xl/_rels/workbook.xml.rels +2 -0
  32. data/examples/unzipped-sheets/checkpoint/xl/calcChain.xml +2 -0
  33. data/examples/unzipped-sheets/checkpoint/xl/charts/chart1.xml +2 -0
  34. data/examples/unzipped-sheets/checkpoint/xl/charts/chart2.xml +2 -0
  35. data/examples/unzipped-sheets/checkpoint/xl/comments1.xml +5 -0
  36. data/examples/unzipped-sheets/checkpoint/xl/comments2.xml +5 -0
  37. data/examples/unzipped-sheets/checkpoint/xl/drawings/_rels/drawing1.xml.rels +2 -0
  38. data/examples/unzipped-sheets/checkpoint/xl/drawings/_rels/drawing2.xml.rels +2 -0
  39. data/examples/unzipped-sheets/checkpoint/xl/drawings/drawing1.xml +2 -0
  40. data/examples/unzipped-sheets/checkpoint/xl/drawings/drawing2.xml +2 -0
  41. data/examples/unzipped-sheets/checkpoint/xl/drawings/vmlDrawing1.vml +47 -0
  42. data/examples/unzipped-sheets/checkpoint/xl/drawings/vmlDrawing2.vml +47 -0
  43. data/examples/unzipped-sheets/checkpoint/xl/sharedStrings.xml +2 -0
  44. data/examples/unzipped-sheets/checkpoint/xl/styles.xml +2 -0
  45. data/examples/unzipped-sheets/checkpoint/xl/theme/theme1.xml +2 -0
  46. data/examples/unzipped-sheets/checkpoint/xl/workbook.xml +2 -0
  47. data/examples/unzipped-sheets/checkpoint/xl/worksheets/_rels/sheet1.xml.rels +2 -0
  48. data/examples/unzipped-sheets/checkpoint/xl/worksheets/_rels/sheet2.xml.rels +2 -0
  49. data/examples/unzipped-sheets/checkpoint/xl/worksheets/sheet1.xml +2 -0
  50. data/examples/unzipped-sheets/checkpoint/xl/worksheets/sheet2.xml +2 -0
  51. data/examples/unzipped-sheets/complex-test/[Content_Types].xml +2 -0
  52. data/examples/unzipped-sheets/complex-test/docProps/app.xml +2 -0
  53. data/examples/unzipped-sheets/complex-test/docProps/core.xml +2 -0
  54. data/examples/unzipped-sheets/complex-test/xl/_rels/workbook.xml.rels +2 -0
  55. data/examples/unzipped-sheets/complex-test/xl/calcChain.xml +2 -0
  56. data/examples/unzipped-sheets/complex-test/xl/charts/chart1.xml +2 -0
  57. data/examples/unzipped-sheets/complex-test/xl/charts/chart2.xml +2 -0
  58. data/examples/unzipped-sheets/complex-test/xl/comments1.xml +5 -0
  59. data/examples/unzipped-sheets/complex-test/xl/comments2.xml +5 -0
  60. data/examples/unzipped-sheets/complex-test/xl/drawings/_rels/drawing1.xml.rels +2 -0
  61. data/examples/unzipped-sheets/complex-test/xl/drawings/_rels/drawing2.xml.rels +2 -0
  62. data/examples/unzipped-sheets/complex-test/xl/drawings/drawing1.xml +2 -0
  63. data/examples/unzipped-sheets/complex-test/xl/drawings/drawing2.xml +2 -0
  64. data/examples/unzipped-sheets/complex-test/xl/drawings/vmlDrawing1.vml +46 -0
  65. data/examples/unzipped-sheets/complex-test/xl/drawings/vmlDrawing2.vml +46 -0
  66. data/examples/unzipped-sheets/complex-test/xl/sharedStrings.xml +2 -0
  67. data/examples/unzipped-sheets/complex-test/xl/styles.xml +2 -0
  68. data/examples/unzipped-sheets/complex-test/xl/theme/theme1.xml +2 -0
  69. data/examples/unzipped-sheets/complex-test/xl/workbook.xml +2 -0
  70. data/examples/unzipped-sheets/complex-test/xl/worksheets/_rels/sheet1.xml.rels +2 -0
  71. data/examples/unzipped-sheets/complex-test/xl/worksheets/_rels/sheet2.xml.rels +2 -0
  72. data/examples/unzipped-sheets/complex-test/xl/worksheets/sheet1.xml +2 -0
  73. data/examples/unzipped-sheets/complex-test/xl/worksheets/sheet2.xml +2 -0
  74. data/examples/unzipped-sheets/namedReferenceTest/[Content_Types].xml +2 -0
  75. data/examples/unzipped-sheets/namedReferenceTest/docProps/app.xml +2 -0
  76. data/examples/unzipped-sheets/namedReferenceTest/docProps/core.xml +2 -0
  77. data/examples/unzipped-sheets/namedReferenceTest/docProps/thumbnail.jpeg +0 -0
  78. data/examples/unzipped-sheets/namedReferenceTest/xl/_rels/workbook.xml.rels +2 -0
  79. data/examples/unzipped-sheets/namedReferenceTest/xl/calcChain.xml +2 -0
  80. data/examples/unzipped-sheets/namedReferenceTest/xl/styles.xml +2 -0
  81. data/examples/unzipped-sheets/namedReferenceTest/xl/theme/theme1.xml +2 -0
  82. data/examples/unzipped-sheets/namedReferenceTest/xl/workbook.xml +2 -0
  83. data/examples/unzipped-sheets/namedReferenceTest/xl/worksheets/sheet1.xml +2 -0
  84. data/examples/unzipped-sheets/namedReferenceTest/xl/worksheets/sheet2.xml +2 -0
  85. data/examples/unzipped-sheets/sharedFormulaTest/[Content_Types].xml +2 -0
  86. data/examples/unzipped-sheets/sharedFormulaTest/docProps/app.xml +2 -0
  87. data/examples/unzipped-sheets/sharedFormulaTest/docProps/core.xml +2 -0
  88. data/examples/unzipped-sheets/sharedFormulaTest/docProps/thumbnail.jpeg +0 -0
  89. data/examples/unzipped-sheets/sharedFormulaTest/xl/_rels/workbook.xml.rels +2 -0
  90. data/examples/unzipped-sheets/sharedFormulaTest/xl/calcChain.xml +2 -0
  91. data/examples/unzipped-sheets/sharedFormulaTest/xl/styles.xml +2 -0
  92. data/examples/unzipped-sheets/sharedFormulaTest/xl/theme/theme1.xml +2 -0
  93. data/examples/unzipped-sheets/sharedFormulaTest/xl/workbook.xml +2 -0
  94. data/examples/unzipped-sheets/sharedFormulaTest/xl/worksheets/sheet1.xml +2 -0
  95. data/examples/unzipped-sheets/table-test/[Content_Types].xml +2 -0
  96. data/examples/unzipped-sheets/table-test/docProps/app.xml +2 -0
  97. data/examples/unzipped-sheets/table-test/docProps/core.xml +2 -0
  98. data/examples/unzipped-sheets/table-test/xl/_rels/workbook.xml.rels +2 -0
  99. data/examples/unzipped-sheets/table-test/xl/calcChain.xml +2 -0
  100. data/examples/unzipped-sheets/table-test/xl/printerSettings/printerSettings1.bin +0 -0
  101. data/examples/unzipped-sheets/table-test/xl/sharedStrings.xml +2 -0
  102. data/examples/unzipped-sheets/table-test/xl/styles.xml +2 -0
  103. data/examples/unzipped-sheets/table-test/xl/tables/table1.xml +2 -0
  104. data/examples/unzipped-sheets/table-test/xl/theme/theme1.xml +2 -0
  105. data/examples/unzipped-sheets/table-test/xl/workbook.xml +2 -0
  106. data/examples/unzipped-sheets/table-test/xl/worksheets/_rels/sheet1.xml.rels +2 -0
  107. data/examples/unzipped-sheets/table-test/xl/worksheets/sheet1.xml +2 -0
  108. data/examples/unzipped-sheets/table-test/xl/worksheets/sheet2.xml +2 -0
  109. data/examples/unzipped-sheets/table-test/xl/worksheets/sheet3.xml +2 -0
  110. data/examples/unzipped-sheets/test1/[Content_Types].xml +2 -0
  111. data/examples/unzipped-sheets/test1/docProps/app.xml +2 -0
  112. data/examples/unzipped-sheets/test1/docProps/core.xml +2 -0
  113. data/examples/unzipped-sheets/test1/docProps/thumbnail.jpeg +0 -0
  114. data/examples/unzipped-sheets/test1/xl/_rels/workbook.xml.rels +2 -0
  115. data/examples/unzipped-sheets/test1/xl/calcChain.xml +2 -0
  116. data/examples/unzipped-sheets/test1/xl/sharedStrings.xml +2 -0
  117. data/examples/unzipped-sheets/test1/xl/styles.xml +2 -0
  118. data/examples/unzipped-sheets/test1/xl/theme/theme1.xml +2 -0
  119. data/examples/unzipped-sheets/test1/xl/workbook.xml +2 -0
  120. data/examples/unzipped-sheets/test1/xl/worksheets/sheet1.xml +2 -0
  121. data/examples/unzipped-sheets/test1/xl/worksheets/sheet2.xml +2 -0
  122. data/examples/unzipped-sheets/test2/[Content_Types].xml +2 -0
  123. data/examples/unzipped-sheets/test2/docProps/app.xml +2 -0
  124. data/examples/unzipped-sheets/test2/docProps/core.xml +2 -0
  125. data/examples/unzipped-sheets/test2/xl/_rels/workbook.xml.rels +2 -0
  126. data/examples/unzipped-sheets/test2/xl/calcChain.xml +2 -0
  127. data/examples/unzipped-sheets/test2/xl/charts/chart1.xml +2 -0
  128. data/examples/unzipped-sheets/test2/xl/charts/chart2.xml +2 -0
  129. data/examples/unzipped-sheets/test2/xl/charts/chart3.xml +2 -0
  130. data/examples/unzipped-sheets/test2/xl/charts/chart4.xml +2 -0
  131. data/examples/unzipped-sheets/test2/xl/drawings/_rels/drawing1.xml.rels +2 -0
  132. data/examples/unzipped-sheets/test2/xl/drawings/drawing1.xml +2 -0
  133. data/examples/unzipped-sheets/test2/xl/sharedStrings.xml +2 -0
  134. data/examples/unzipped-sheets/test2/xl/styles.xml +2 -0
  135. data/examples/unzipped-sheets/test2/xl/tables/table1.xml +2 -0
  136. data/examples/unzipped-sheets/test2/xl/theme/theme1.xml +2 -0
  137. data/examples/unzipped-sheets/test2/xl/workbook.xml +2 -0
  138. data/examples/unzipped-sheets/test2/xl/worksheets/_rels/sheet1.xml.rels +2 -0
  139. data/examples/unzipped-sheets/test2/xl/worksheets/_rels/sheet3.xml.rels +2 -0
  140. data/examples/unzipped-sheets/test2/xl/worksheets/sheet1.xml +2 -0
  141. data/examples/unzipped-sheets/test2/xl/worksheets/sheet2.xml +2 -0
  142. data/examples/unzipped-sheets/test2/xl/worksheets/sheet3.xml +2 -0
  143. data/lib/formulae/parse/formula_peg.rb +4 -3
  144. data/lib/formulae/parse/formula_peg.txt +3 -3
  145. data/lib/formulae/run/reference.rb +1 -1
  146. data/spec/formula_peg_spec.rb +13 -0
  147. metadata +152 -9
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
+ <worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="x14ac" xmlns:x14ac="http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac"><sheetPr codeName="Sheet3" enableFormatConditionsCalculation="0"><tabColor theme="5" tint="-0.249977111117893"/><pageSetUpPr autoPageBreaks="0"/></sheetPr><dimension ref="A1:BS75"/><sheetViews><sheetView topLeftCell="A16" zoomScale="50" zoomScaleNormal="50" zoomScalePageLayoutView="50" workbookViewId="0"><selection activeCell="K35" sqref="K35"/></sheetView></sheetViews><sheetFormatPr baseColWidth="10" defaultColWidth="8.83203125" defaultRowHeight="13" x14ac:dyDescent="0"/><cols><col min="1" max="1" width="20.1640625" style="52" customWidth="1"/><col min="2" max="2" width="26.33203125" style="52" customWidth="1"/><col min="3" max="3" width="5" customWidth="1"/><col min="4" max="4" width="45.33203125" customWidth="1"/><col min="5" max="5" width="5.1640625" style="36" customWidth="1"/><col min="6" max="6" width="4" style="33" customWidth="1"/><col min="7" max="7" width="1.1640625" customWidth="1"/><col min="8" max="11" width="43.83203125" style="7" customWidth="1"/><col min="12" max="12" width="1.1640625" style="384" customWidth="1"/><col min="13" max="13" width="4.5" style="7" customWidth="1"/><col min="14" max="15" width="4.5" style="337" customWidth="1"/><col min="16" max="19" width="4.5" style="381" customWidth="1"/><col min="20" max="27" width="4.5" style="417" customWidth="1"/><col min="28" max="29" width="4.5" style="381" customWidth="1"/><col min="30" max="30" width="1" customWidth="1"/><col min="31" max="31" width="1.83203125" customWidth="1"/><col min="32" max="41" width="9.5" customWidth="1"/><col min="42" max="42" width="0.83203125" style="355" customWidth="1"/><col min="43" max="43" width="6.83203125" style="355" customWidth="1"/><col min="44" max="53" width="9.5" customWidth="1"/><col min="54" max="54" width="0.83203125" style="49" customWidth="1"/><col min="55" max="55" width="2.1640625" style="49" customWidth="1"/><col min="56" max="56" width="7.83203125" customWidth="1"/><col min="57" max="60" width="9.5" customWidth="1"/><col min="61" max="61" width="9.6640625" bestFit="1" customWidth="1"/><col min="62" max="64" width="9.6640625" customWidth="1"/><col min="65" max="66" width="2.6640625" customWidth="1"/><col min="67" max="67" width="21" style="384" customWidth="1"/><col min="68" max="68" width="28.5" style="332" customWidth="1"/><col min="69" max="69" width="13.6640625" style="332" customWidth="1"/><col min="70" max="70" width="18.1640625" style="332" customWidth="1"/><col min="71" max="71" width="43" style="332" customWidth="1"/></cols><sheetData><row r="1" spans="1:71" ht="31.5" customHeight="1"><c r="A1" s="392" t="s"><v>628</v></c><c r="C1" s="260"/><c r="E1" s="260" t="s"><v>629</v></c><c r="AD1" s="7"/><c r="AE1" s="21"/><c r="AG1" s="261"/></row><row r="2" spans="1:71" ht="32.25" customHeight="1"><c r="A2" s="200" t="s"><v>195</v></c><c r="B2" s="200"/><c r="C2" s="200"/><c r="D2" s="199"/><c r="E2" s="199"/><c r="F2" s="199"/><c r="G2" s="39"/><c r="H2" s="201" t="s"><v>632</v></c><c r="I2" s="201"/><c r="J2" s="201"/><c r="K2" s="201"/><c r="L2" s="371"/><c r="M2" s="241" t="s"><v>282</v></c><c r="N2" s="241"/><c r="O2" s="241"/><c r="P2" s="241"/><c r="Q2" s="242"/><c r="R2" s="242"/><c r="S2" s="242"/><c r="T2" s="242"/><c r="U2" s="242"/><c r="V2" s="242"/><c r="W2" s="242"/><c r="X2" s="242"/><c r="Y2" s="242"/><c r="Z2" s="242"/><c r="AA2" s="242"/><c r="AB2" s="242"/><c r="AC2" s="242"/><c r="AD2" s="39"/><c r="AE2" s="201" t="s"><v>249</v></c><c r="AF2" s="202"/><c r="AG2" s="202"/><c r="AH2" s="202"/><c r="AI2" s="202"/><c r="AJ2" s="202"/><c r="AK2" s="202"/><c r="AL2" s="202"/><c r="AM2" s="202"/><c r="AN2" s="202"/><c r="AO2" s="202"/><c r="AQ2" s="202"/><c r="AR2" s="202"/><c r="AS2" s="202"/><c r="AT2" s="202"/><c r="AU2" s="202"/><c r="AV2" s="357" t="s"><v>125</v></c><c r="AW2" s="202"/><c r="AX2" s="202"/><c r="AY2" s="202"/><c r="AZ2" s="202"/><c r="BA2" s="202"/><c r="BC2" s="450" t="s"><v>484</v></c><c r="BD2" s="450"/><c r="BE2" s="450"/><c r="BF2" s="450"/><c r="BG2" s="450"/><c r="BH2" s="450"/><c r="BI2" s="450"/><c r="BJ2" s="450"/><c r="BK2" s="450"/><c r="BL2" s="450"/><c r="BM2" s="450"/><c r="BP2" s="201" t="s"><v>489</v></c><c r="BQ2" s="201"/><c r="BR2" s="201"/><c r="BS2" s="201"/></row><row r="3" spans="1:71" s="49" customFormat="1" ht="6" customHeight="1" thickBot="1"><c r="A3" s="393"/><c r="B3" s="393"/></row><row r="4" spans="1:71" s="401" customFormat="1" ht="188.25" customHeight="1"><c r="A4" s="399" t="s"><v>48</v></c><c r="B4" s="399"/><c r="C4" s="400"/><c r="D4" s="400"/><c r="E4" s="388" t="s"><v>631</v></c><c r="F4" s="387" t="s"><v>630</v></c><c r="H4" s="402" t="s"><v>321</v></c><c r="I4" s="402" t="s"><v>322</v></c><c r="J4" s="402" t="s"><v>323</v></c><c r="K4" s="402" t="s"><v>360</v></c><c r="M4" s="438" t="s"><v>612</v></c><c r="N4" s="333" t="s"><v>555</v></c><c r="O4" s="439" t="s"><v>556</v></c><c r="P4" s="382"/><c r="Q4" s="440" t="s"><v>643</v></c><c r="R4" s="441" t="s"><v>644</v></c><c r="S4" s="442" t="s"><v>645</v></c><c r="T4" s="443" t="s"><v>651</v></c><c r="U4" s="441"/><c r="V4" s="441" t="s"><v>646</v></c><c r="W4" s="441"/><c r="X4" s="441" t="s"><v>647</v></c><c r="Y4" s="441" t="s"><v>648</v></c><c r="Z4" s="441"/><c r="AA4" s="441" t="s"><v>649</v></c><c r="AB4" s="442" t="s"><v>650</v></c><c r="AC4" s="382"/><c r="AE4" s="404"/><c r="AF4" s="404"/><c r="AG4" s="404"/><c r="AH4" s="404"/><c r="AI4" s="404"/><c r="AJ4" s="404"/><c r="AK4" s="404"/><c r="AL4" s="404"/><c r="AM4" s="404"/><c r="AN4" s="404"/><c r="AO4" s="404"/><c r="AQ4" s="404"/><c r="AR4" s="404"/><c r="AS4" s="404"/><c r="AT4" s="404"/><c r="AU4" s="404"/><c r="AV4" s="404"/><c r="AW4" s="404"/><c r="AX4" s="404"/><c r="AY4" s="404"/><c r="AZ4" s="404"/><c r="BA4" s="404"/><c r="BB4" s="405"/><c r="BC4" s="217"/><c r="BD4" s="217"/><c r="BE4" s="404"/><c r="BF4" s="404"/><c r="BG4" s="404"/><c r="BH4" s="404"/><c r="BI4" s="404"/><c r="BJ4" s="404"/><c r="BK4" s="404"/><c r="BL4" s="404"/><c r="BM4" s="404"/><c r="BP4" s="403" t="s"><v>321</v></c><c r="BQ4" s="402" t="s"><v>322</v></c><c r="BR4" s="402" t="s"><v>323</v></c><c r="BS4" s="402" t="s"><v>360</v></c></row><row r="5" spans="1:71" s="7" customFormat="1" ht="26"><c r="A5" s="449" t="s"><v>188</v></c><c r="B5" s="451" t="s"><v>481</v></c><c r="C5" s="35" t="s"><v>108</v></c><c r="D5" s="35" t="s"><v>75</v></c><c r="E5" s="444"><v>1.7</v></c><c r="F5" s="389"><v>4</v></c><c r="G5"/><c r="H5" s="385" t="s"><v>283</v></c><c r="I5" s="385" t="s"><v>652</v></c><c r="J5" s="385" t="s"><v>653</v></c><c r="K5" s="385" t="s"><v>654</v></c><c r="L5" s="384"/><c r="M5" s="419"><v>1</v></c><c r="N5" s="243"><v>1</v></c><c r="O5" s="420"><v>4</v></c><c r="P5" s="427"/><c r="Q5" s="419"><v>1.4</v></c><c r="R5" s="243"><v>2.7</v></c><c r="S5" s="420"><v>1.5</v></c><c r="T5" s="435"><v>1.9</v></c><c r="U5" s="418"/><c r="V5" s="243"><v>1.6</v></c><c r="W5" s="243"/><c r="X5" s="243"><v>1.7</v></c><c r="Y5" s="243"><v>2</v></c><c r="Z5" s="243"/><c r="AA5" s="243"><v>1</v></c><c r="AB5" s="420"><v>1</v></c><c r="AC5" s="426"/><c r="AD5"/><c r="AE5" s="181"/><c r="AF5" s="181"/><c r="AG5" s="181"/><c r="AH5" s="181"/><c r="AI5" s="181"/><c r="AJ5" s="181"/><c r="AK5" s="181"/><c r="AL5" s="181"/><c r="AM5" s="181"/><c r="AN5" s="182"/><c r="AO5" s="182"/><c r="AP5" s="355"/><c r="AQ5" s="182"/><c r="AR5" s="182"/><c r="AS5" s="182"/><c r="AT5" s="182"/><c r="AU5" s="182"/><c r="AV5" s="182"/><c r="AW5" s="182"/><c r="AX5" s="182"/><c r="AY5" s="182"/><c r="AZ5" s="182"/><c r="BA5" s="182"/><c r="BB5" s="49"/><c r="BC5" s="215"/><c r="BD5" s="369" t="s"><v>265</v></c><c r="BE5" s="182"/><c r="BF5" s="182"/><c r="BG5" s="182"/><c r="BH5" s="182"/><c r="BI5" s="182"/><c r="BJ5" s="182"/><c r="BK5" s="182"/><c r="BL5" s="182"/><c r="BM5" s="182"/><c r="BO5" s="384"/><c r="BP5" s="334" t="s"><v>490</v></c><c r="BQ5" s="14" t="s"><v>491</v></c><c r="BR5" s="14" t="s"><v>492</v></c><c r="BS5" s="14" t="s"><v>493</v></c></row><row r="6" spans="1:71" s="262" customFormat="1" ht="15"><c r="A6" s="449"/><c r="B6" s="451"/><c r="C6" s="35" t="s"><v>120</v></c><c r="D6" s="35" t="s"><v>353</v></c><c r="E6" s="444"/><c r="F6" s="3"/><c r="G6" s="384"/><c r="H6" s="384"/><c r="I6" s="384"/><c r="J6" s="384"/><c r="K6" s="384"/><c r="L6" s="384"/><c r="M6" s="419"/><c r="N6" s="243"/><c r="O6" s="420"/><c r="P6" s="427"/><c r="Q6" s="419"/><c r="R6" s="243"/><c r="S6" s="420"/><c r="T6" s="435"/><c r="U6" s="418"/><c r="V6" s="243"/><c r="W6" s="243"/><c r="X6" s="243"/><c r="Y6" s="243"/><c r="Z6" s="243"/><c r="AA6" s="243"/><c r="AB6" s="420"/><c r="AC6" s="426"/><c r="AD6" s="264"/><c r="AE6" s="181"/><c r="AF6" s="181"/><c r="AG6" s="181"/><c r="AH6" s="181"/><c r="AI6" s="181"/><c r="AJ6" s="181"/><c r="AK6" s="181"/><c r="AL6" s="181"/><c r="AM6" s="181"/><c r="AN6" s="182"/><c r="AO6" s="182"/><c r="AP6" s="355"/><c r="AQ6" s="182"/><c r="AR6" s="182"/><c r="AS6" s="182"/><c r="AT6" s="182"/><c r="AU6" s="182"/><c r="AV6" s="182"/><c r="AW6" s="182"/><c r="AX6" s="182"/><c r="AY6" s="182"/><c r="AZ6" s="182"/><c r="BA6" s="182"/><c r="BB6" s="49"/><c r="BC6" s="215"/><c r="BD6" s="185"/><c r="BE6" s="182"/><c r="BF6" s="182"/><c r="BG6" s="182"/><c r="BH6" s="182"/><c r="BI6" s="182"/><c r="BJ6" s="182"/><c r="BK6" s="182"/><c r="BL6" s="182"/><c r="BM6" s="182"/><c r="BO6" s="384"/><c r="BP6" s="231"/><c r="BQ6" s="332"/><c r="BR6" s="332"/><c r="BS6" s="332"/></row><row r="7" spans="1:71" s="264" customFormat="1" ht="26"><c r="A7" s="449"/><c r="B7" s="451"/><c r="C7" s="218"/><c r="D7" s="219" t="s"><v>561</v></c><c r="E7" s="444"><v>1.7</v></c><c r="F7" s="390"><v>4</v></c><c r="G7"/><c r="H7" s="385" t="s"><v>268</v></c><c r="I7" s="385" t="s"><v>324</v></c><c r="J7" s="385" t="s"><v>325</v></c><c r="K7" s="385" t="s"><v>361</v></c><c r="L7" s="384"/><c r="M7" s="419"><v>1</v></c><c r="N7" s="243"><v>1</v></c><c r="O7" s="420"><v>4</v></c><c r="P7" s="427"/><c r="Q7" s="419"><v>1.3</v></c><c r="R7" s="243"><v>1</v></c><c r="S7" s="420"><v>2</v></c><c r="T7" s="435"><v>1.7</v></c><c r="U7" s="418"/><c r="V7" s="243"><v>1.5</v></c><c r="W7" s="243"/><c r="X7" s="243"><v>1.7</v></c><c r="Y7" s="243"><v>2</v></c><c r="Z7" s="243"/><c r="AA7" s="243"><v>1.7</v></c><c r="AB7" s="420"><v>1</v></c><c r="AC7" s="426"/><c r="AD7"/><c r="AE7" s="181"/><c r="AF7" s="181"/><c r="AG7" s="181"/><c r="AH7" s="181"/><c r="AI7" s="181"/><c r="AJ7" s="181"/><c r="AK7" s="181"/><c r="AL7" s="181"/><c r="AM7" s="181"/><c r="AN7" s="182"/><c r="AO7" s="182"/><c r="AP7" s="355"/><c r="AQ7" s="182"/><c r="AR7" s="182"/><c r="AS7" s="182"/><c r="AT7" s="182"/><c r="AU7" s="182"/><c r="AV7" s="182"/><c r="AW7" s="182"/><c r="AX7" s="182"/><c r="AY7" s="182"/><c r="AZ7" s="182"/><c r="BA7" s="182"/><c r="BB7" s="49"/><c r="BC7" s="363"/><c r="BD7" s="195"/><c r="BE7" s="186"/><c r="BF7" s="207"/><c r="BG7" s="207"/><c r="BH7" s="206"/><c r="BI7" s="205"><v>2007</v></c><c r="BJ7" s="205"><v>2020</v></c><c r="BK7" s="205"><v>2030</v></c><c r="BL7" s="205"><v>2050</v></c><c r="BM7" s="182"/><c r="BO7" s="384"/><c r="BP7" s="334" t="s"><v>494</v></c><c r="BQ7" s="14" t="s"><v>495</v></c><c r="BR7" s="14" t="s"><v>496</v></c><c r="BS7" s="14" t="s"><v>497</v></c></row><row r="8" spans="1:71" s="14" customFormat="1" ht="26"><c r="A8" s="449"/><c r="B8" s="451"/><c r="C8" s="218"/><c r="D8" s="219" t="s"><v>571</v></c><c r="E8" s="444"><v>2</v></c><c r="F8" s="390" t="s"><v>203</v></c><c r="G8" s="263"/><c r="H8" s="385" t="s"><v>562</v></c><c r="I8" s="385" t="s"><v>563</v></c><c r="J8" s="385" t="s"><v>564</v></c><c r="K8" s="385" t="s"><v>565</v></c><c r="L8" s="384"/><c r="M8" s="419"><v>1</v></c><c r="N8" s="243"><v>1</v></c><c r="O8" s="420"><v>4</v></c><c r="P8" s="427"/><c r="Q8" s="419"><v>3</v></c><c r="R8" s="243"><v>3</v></c><c r="S8" s="420"><v>3</v></c><c r="T8" s="435"><v>2</v></c><c r="U8" s="418"/><c r="V8" s="243"><v>2</v></c><c r="W8" s="243"/><c r="X8" s="243"><v>2</v></c><c r="Y8" s="243"><v>2</v></c><c r="Z8" s="243"/><c r="AA8" s="243"><v>2</v></c><c r="AB8" s="420"><v>1</v></c><c r="AC8" s="426"/><c r="AD8" s="263"/><c r="AE8" s="181"/><c r="AF8" s="181"/><c r="AG8" s="181"/><c r="AH8" s="181"/><c r="AI8" s="181"/><c r="AJ8" s="181"/><c r="AK8" s="181"/><c r="AL8" s="181"/><c r="AM8" s="181"/><c r="AN8" s="182"/><c r="AO8" s="182"/><c r="AP8" s="355"/><c r="AQ8" s="182"/><c r="AR8" s="182"/><c r="AS8" s="182"/><c r="AT8" s="182"/><c r="AU8" s="182"/><c r="AV8" s="182"/><c r="AW8" s="182"/><c r="AX8" s="182"/><c r="AY8" s="182"/><c r="AZ8" s="182"/><c r="BA8" s="182"/><c r="BB8" s="49"/><c r="BC8" s="363"/><c r="BD8" s="221" t="e"><f>#REF!</f><v>#REF!</v></c><c r="BE8" s="181"/><c r="BF8" s="181"/><c r="BG8" s="271" t="s"><v>118</v></c><c r="BH8" s="221"/><c r="BI8" s="273" t="e"><f>#REF!</f><v>#REF!</v></c><c r="BJ8" s="222" t="e"><f>#REF!</f><v>#REF!</v></c><c r="BK8" s="222" t="e"><f>#REF!</f><v>#REF!</v></c><c r="BL8" s="222" t="e"><f>#REF!</f><v>#REF!</v></c><c r="BM8" s="182"/><c r="BP8" s="334" t="s"><v>498</v></c><c r="BQ8" s="14" t="s"><v>499</v></c><c r="BR8" s="14" t="s"><v>500</v></c><c r="BS8" s="14" t="s"><v>501</v></c></row><row r="9" spans="1:71" s="14" customFormat="1" ht="26"><c r="A9" s="449"/><c r="B9" s="451"/><c r="C9" s="35" t="s"><v>235</v></c><c r="D9" s="35" t="s"><v>122</v></c><c r="E9" s="444"><v>1.6</v></c><c r="F9" s="389"><v>4</v></c><c r="G9" s="7"/><c r="H9" s="385" t="s"><v>423</v></c><c r="I9" s="385" t="s"><v>328</v></c><c r="J9" s="385" t="s"><v>329</v></c><c r="K9" s="385" t="s"><v>424</v></c><c r="L9" s="384"/><c r="M9" s="419"><v>1</v></c><c r="N9" s="243"><v>1</v></c><c r="O9" s="420"><v>4</v></c><c r="P9" s="427"/><c r="Q9" s="419"><v>1.9</v></c><c r="R9" s="243"><v>1.2</v></c><c r="S9" s="420"><v>1.3</v></c><c r="T9" s="435"><v>1.2</v></c><c r="U9" s="418"/><c r="V9" s="243"><v>2.4</v></c><c r="W9" s="243"/><c r="X9" s="243"><v>1.6</v></c><c r="Y9" s="243"><v>2</v></c><c r="Z9" s="243"/><c r="AA9" s="243"><v>2.5</v></c><c r="AB9" s="420"><v>3</v></c><c r="AC9" s="426"/><c r="AD9" s="7"/><c r="AE9" s="181"/><c r="AF9" s="181"/><c r="AG9" s="181"/><c r="AH9" s="181"/><c r="AI9" s="181"/><c r="AJ9" s="181"/><c r="AK9" s="181"/><c r="AL9" s="181"/><c r="AM9" s="181"/><c r="AN9" s="182"/><c r="AO9" s="182"/><c r="AP9" s="355"/><c r="AQ9" s="182"/><c r="AR9" s="182"/><c r="AS9" s="182"/><c r="AT9" s="182"/><c r="AU9" s="182"/><c r="AV9" s="182"/><c r="AW9" s="182"/><c r="AX9" s="182"/><c r="AY9" s="182"/><c r="AZ9" s="182"/><c r="BA9" s="182"/><c r="BB9" s="49"/><c r="BC9" s="363"/><c r="BD9" s="221" t="e"><f>#REF!</f><v>#REF!</v></c><c r="BE9" s="181"/><c r="BF9" s="181"/><c r="BG9" s="269" t="e"><f>#REF!</f><v>#REF!</v></c><c r="BH9" s="221"/><c r="BI9" s="274" t="e"><f>#REF!</f><v>#REF!</v></c><c r="BJ9" s="275" t="e"><f>#REF!</f><v>#REF!</v></c><c r="BK9" s="275" t="e"><f>#REF!</f><v>#REF!</v></c><c r="BL9" s="275" t="e"><f>#REF!</f><v>#REF!</v></c><c r="BM9" s="182"/><c r="BP9" s="334" t="s"><v>504</v></c><c r="BQ9" s="14" t="s"><v>503</v></c><c r="BR9" s="14" t="s"><v>502</v></c><c r="BS9" s="14" t="s"><v>505</v></c></row><row r="10" spans="1:71" s="14" customFormat="1" ht="26"><c r="A10" s="449"/><c r="B10" s="451"/><c r="C10" s="35" t="s"><v>234</v></c><c r="D10" s="35" t="s"><v>121</v></c><c r="E10" s="444"><v>1.6</v></c><c r="F10" s="389"><v>4</v></c><c r="G10"/><c r="H10" s="385" t="s"><v>429</v></c><c r="I10" s="385" t="s"><v>326</v></c><c r="J10" s="385" t="s"><v>327</v></c><c r="K10" s="385" t="s"><v>364</v></c><c r="L10" s="384"/><c r="M10" s="419"><v>1</v></c><c r="N10" s="243"><v>1</v></c><c r="O10" s="420"><v>4</v></c><c r="P10" s="427"/><c r="Q10" s="419"><v>2.7</v></c><c r="R10" s="243"><v>1.4</v></c><c r="S10" s="420"><v>1.5</v></c><c r="T10" s="435"><v>1.3</v></c><c r="U10" s="418"/><c r="V10" s="243"><v>1.9</v></c><c r="W10" s="243"/><c r="X10" s="243"><v>1.6</v></c><c r="Y10" s="243"><v>1</v></c><c r="Z10" s="243"/><c r="AA10" s="243"><v>1.3</v></c><c r="AB10" s="420"><v>4</v></c><c r="AC10" s="426"/><c r="AD10"/><c r="AE10" s="181"/><c r="AF10" s="181"/><c r="AG10" s="181"/><c r="AH10" s="181"/><c r="AI10" s="181"/><c r="AJ10" s="181"/><c r="AK10" s="181"/><c r="AL10" s="181"/><c r="AM10" s="181"/><c r="AN10" s="182"/><c r="AO10" s="182"/><c r="AP10" s="355"/><c r="AQ10" s="182"/><c r="AR10" s="182"/><c r="AS10" s="182"/><c r="AT10" s="182"/><c r="AU10" s="182"/><c r="AV10" s="182"/><c r="AW10" s="182"/><c r="AX10" s="182"/><c r="AY10" s="182"/><c r="AZ10" s="182"/><c r="BA10" s="182"/><c r="BB10" s="49"/><c r="BC10" s="55"/><c r="BD10" s="223" t="e"><f>#REF!</f><v>#REF!</v></c><c r="BE10" s="224"/><c r="BF10" s="224"/><c r="BG10" s="272" t="e"><f>#REF!</f><v>#REF!</v></c><c r="BH10" s="223"/><c r="BI10" s="276" t="e"><f>#REF!</f><v>#REF!</v></c><c r="BJ10" s="277" t="e"><f>#REF!</f><v>#REF!</v></c><c r="BK10" s="277" t="e"><f>#REF!</f><v>#REF!</v></c><c r="BL10" s="277" t="e"><f>#REF!</f><v>#REF!</v></c><c r="BM10" s="182"/><c r="BP10" s="334" t="s"><v>506</v></c><c r="BQ10" s="14" t="s"><v>507</v></c><c r="BR10" s="14" t="s"><v>508</v></c><c r="BS10" s="14" t="s"><v>509</v></c></row><row r="11" spans="1:71" s="14" customFormat="1" ht="15"><c r="A11" s="449"/><c r="B11" s="451"/><c r="C11" s="379" t="s"><v>350</v></c><c r="D11" s="35" t="s"><v>2</v></c><c r="E11" s="444"><v>1</v></c><c r="F11" s="389"><v>4</v></c><c r="G11"/><c r="H11" s="385" t="s"><v>617</v></c><c r="I11" s="385" t="s"><v>619</v></c><c r="J11" s="385" t="s"><v>620</v></c><c r="K11" s="385" t="s"><v>621</v></c><c r="L11" s="384"/><c r="M11" s="419"><v>1</v></c><c r="N11" s="243"><v>1</v></c><c r="O11" s="420"><v>4</v></c><c r="P11" s="427"/><c r="Q11" s="419"><v>1.6</v></c><c r="R11" s="243"><v>1</v></c><c r="S11" s="420"><v>1</v></c><c r="T11" s="435"><v>2</v></c><c r="U11" s="418"/><c r="V11" s="243"><v>1</v></c><c r="W11" s="243"/><c r="X11" s="243"><v>1</v></c><c r="Y11" s="243"><v>4</v></c><c r="Z11" s="243"/><c r="AA11" s="243"><v>2.5</v></c><c r="AB11" s="420"><v>3</v></c><c r="AC11" s="426"/><c r="AD11"/><c r="AE11" s="181"/><c r="AF11" s="181"/><c r="AG11" s="181"/><c r="AH11" s="181"/><c r="AI11" s="181"/><c r="AJ11" s="181"/><c r="AK11" s="181"/><c r="AL11" s="181"/><c r="AM11" s="181"/><c r="AN11" s="182"/><c r="AO11" s="182"/><c r="AP11" s="355"/><c r="AQ11" s="182"/><c r="AR11" s="182"/><c r="AS11" s="182"/><c r="AT11" s="182"/><c r="AU11" s="182"/><c r="AV11" s="182"/><c r="AW11" s="182"/><c r="AX11" s="182"/><c r="AY11" s="182"/><c r="AZ11" s="182"/><c r="BA11" s="182"/><c r="BB11" s="49"/><c r="BC11" s="182"/><c r="BD11" s="182"/><c r="BE11" s="182"/><c r="BF11" s="182"/><c r="BG11" s="182"/><c r="BH11" s="182"/><c r="BI11" s="182"/><c r="BJ11" s="182"/><c r="BK11" s="182"/><c r="BL11" s="182"/><c r="BM11" s="182"/><c r="BP11" s="14" t="s"><v>617</v></c><c r="BQ11" s="14" t="s"><v>619</v></c><c r="BR11" s="14" t="s"><v>620</v></c><c r="BS11" s="14" t="s"><v>621</v></c></row><row r="12" spans="1:71" s="14" customFormat="1" ht="15"><c r="A12" s="449"/><c r="B12" s="451"/><c r="C12" s="379" t="s"><v>351</v></c><c r="D12" s="35" t="s"><v>396</v></c><c r="E12" s="444"><v>2</v></c><c r="F12" s="389"><v>4</v></c><c r="G12" s="378"/><c r="H12" s="385" t="s"><v>617</v></c><c r="I12" s="385" t="s"><v>622</v></c><c r="J12" s="385" t="s"><v>623</v></c><c r="K12" s="385" t="s"><v>624</v></c><c r="L12" s="384"/><c r="M12" s="419"><v>1</v></c><c r="N12" s="243"><v>1</v></c><c r="O12" s="420"><v>4</v></c><c r="P12" s="427"/><c r="Q12" s="419"><v>2</v></c><c r="R12" s="243"><v>1</v></c><c r="S12" s="420"><v>1</v></c><c r="T12" s="435"><v>2.5</v></c><c r="U12" s="418"/><c r="V12" s="243"><v>1</v></c><c r="W12" s="243"/><c r="X12" s="243"><v>2</v></c><c r="Y12" s="243"><v>4</v></c><c r="Z12" s="243"/><c r="AA12" s="243"><v>2.5</v></c><c r="AB12" s="420"><v>3</v></c><c r="AC12" s="426"/><c r="AD12" s="378"/><c r="AE12" s="181"/><c r="AF12" s="181"/><c r="AG12" s="181"/><c r="AH12" s="181"/><c r="AI12" s="181"/><c r="AJ12" s="181"/><c r="AK12" s="181"/><c r="AL12" s="181"/><c r="AM12" s="181"/><c r="AN12" s="182"/><c r="AO12" s="182"/><c r="AP12" s="378"/><c r="AQ12" s="182"/><c r="AR12" s="182"/><c r="AS12" s="182"/><c r="AT12" s="182"/><c r="AU12" s="182"/><c r="AV12" s="182"/><c r="AW12" s="182"/><c r="AX12" s="182"/><c r="AY12" s="182"/><c r="AZ12" s="182"/><c r="BA12" s="182"/><c r="BB12" s="49"/><c r="BC12" s="182"/><c r="BD12" s="182"/><c r="BE12" s="182"/><c r="BF12" s="182"/><c r="BG12" s="182"/><c r="BH12" s="182"/><c r="BI12" s="182"/><c r="BJ12" s="182"/><c r="BK12" s="182"/><c r="BL12" s="182"/><c r="BM12" s="182"/><c r="BP12" s="14" t="s"><v>617</v></c><c r="BQ12" s="14" t="s"><v>622</v></c><c r="BR12" s="14" t="s"><v>623</v></c><c r="BS12" s="14" t="s"><v>624</v></c></row><row r="13" spans="1:71" s="14" customFormat="1" ht="15"><c r="A13" s="449"/><c r="B13" s="451"/><c r="C13" s="380" t="s"><v>352</v></c><c r="D13" s="35" t="s"><v>397</v></c><c r="E13" s="444"><v>1</v></c><c r="F13" s="389"><v>4</v></c><c r="G13" s="378"/><c r="H13" s="385" t="s"><v>618</v></c><c r="I13" s="385" t="s"><v>625</v></c><c r="J13" s="385" t="s"><v>626</v></c><c r="K13" s="385" t="s"><v>627</v></c><c r="L13" s="384"/><c r="M13" s="419"><v>1</v></c><c r="N13" s="243"><v>1</v></c><c r="O13" s="420"><v>4</v></c><c r="P13" s="427"/><c r="Q13" s="419"><v>2</v></c><c r="R13" s="243"><v>1</v></c><c r="S13" s="420"><v>1</v></c><c r="T13" s="435"><v>2.5</v></c><c r="U13" s="418"/><c r="V13" s="243"><v>2.9</v></c><c r="W13" s="243"/><c r="X13" s="243"><v>1</v></c><c r="Y13" s="243"><v>4</v></c><c r="Z13" s="243"/><c r="AA13" s="243"><v>2.5</v></c><c r="AB13" s="420"><v>3</v></c><c r="AC13" s="426"/><c r="AD13" s="378"/><c r="AE13" s="181"/><c r="AF13" s="181"/><c r="AG13" s="181"/><c r="AH13" s="181"/><c r="AI13" s="181"/><c r="AJ13" s="181"/><c r="AK13" s="181"/><c r="AL13" s="181"/><c r="AM13" s="181"/><c r="AN13" s="182"/><c r="AO13" s="182"/><c r="AP13" s="378"/><c r="AQ13" s="182"/><c r="AR13" s="182"/><c r="AS13" s="182"/><c r="AT13" s="182"/><c r="AU13" s="182"/><c r="AV13" s="182"/><c r="AW13" s="182"/><c r="AX13" s="182"/><c r="AY13" s="182"/><c r="AZ13" s="182"/><c r="BA13" s="182"/><c r="BB13" s="49"/><c r="BC13" s="182"/><c r="BD13" s="182"/><c r="BE13" s="182"/><c r="BF13" s="182"/><c r="BG13" s="182"/><c r="BH13" s="182"/><c r="BI13" s="182"/><c r="BJ13" s="182"/><c r="BK13" s="182"/><c r="BL13" s="182"/><c r="BM13" s="182"/><c r="BP13" s="14" t="s"><v>618</v></c><c r="BQ13" s="14" t="s"><v>625</v></c><c r="BR13" s="14" t="s"><v>626</v></c><c r="BS13" s="14" t="s"><v>627</v></c></row><row r="14" spans="1:71" ht="26"><c r="A14" s="449"/><c r="B14" s="451"/><c r="C14" s="35" t="s"><v>104</v></c><c r="D14" s="35" t="s"><v>380</v></c><c r="E14" s="444"><v>1</v></c><c r="F14" s="389"><v>4</v></c><c r="G14" s="262"/><c r="H14" s="385" t="s"><v>425</v></c><c r="I14" s="385" t="s"><v>426</v></c><c r="J14" s="385" t="s"><v>427</v></c><c r="K14" s="385" t="s"><v>428</v></c><c r="M14" s="419"><v>1</v></c><c r="N14" s="243"><v>1</v></c><c r="O14" s="420"><v>4</v></c><c r="P14" s="427"/><c r="Q14" s="419"><v>1</v></c><c r="R14" s="243"><v>1</v></c><c r="S14" s="420"><v>1</v></c><c r="T14" s="435"><v>1</v></c><c r="U14" s="418"/><c r="V14" s="243"><v>1</v></c><c r="W14" s="243"/><c r="X14" s="243"><v>1</v></c><c r="Y14" s="243"><v>1</v></c><c r="Z14" s="243"/><c r="AA14" s="243"><v>1</v></c><c r="AB14" s="420"><v>1</v></c><c r="AC14" s="426"/><c r="AD14" s="14"/><c r="AE14" s="181"/><c r="AF14" s="181"/><c r="AG14" s="181"/><c r="AH14" s="181"/><c r="AI14" s="181"/><c r="AJ14" s="181"/><c r="AK14" s="181"/><c r="AL14" s="181"/><c r="AM14" s="181"/><c r="AN14" s="182"/><c r="AO14" s="182"/><c r="AQ14" s="182"/><c r="AR14" s="182"/><c r="AS14" s="182"/><c r="AT14" s="182"/><c r="AU14" s="182"/><c r="AV14" s="182"/><c r="AW14" s="182"/><c r="AX14" s="182"/><c r="AY14" s="182"/><c r="AZ14" s="182"/><c r="BA14" s="182"/><c r="BC14" s="182"/><c r="BD14" s="240" t="s"><v>591</v></c><c r="BE14" s="182"/><c r="BF14" s="182"/><c r="BG14" s="182"/><c r="BH14" s="182"/><c r="BI14" s="182"/><c r="BJ14" s="182"/><c r="BK14" s="182"/><c r="BL14" s="182"/><c r="BM14" s="182"/><c r="BP14" s="334" t="s"><v>510</v></c><c r="BQ14" s="14" t="s"><v>511</v></c><c r="BR14" s="14" t="s"><v>512</v></c><c r="BS14" s="14" t="s"><v>513</v></c></row><row r="15" spans="1:71" s="14" customFormat="1" ht="26"><c r="A15" s="449"/><c r="B15" s="451"/><c r="C15" s="35" t="s"><v>150</v></c><c r="D15" s="35" t="s"><v>389</v></c><c r="E15" s="444"><v>1.2</v></c><c r="F15" s="389"><v>4</v></c><c r="G15"/><c r="H15" s="385" t="s"><v>285</v></c><c r="I15" s="385" t="s"><v>335</v></c><c r="J15" s="385" t="s"><v>336</v></c><c r="K15" s="385" t="s"><v>362</v></c><c r="L15" s="384"/><c r="M15" s="419"><v>1</v></c><c r="N15" s="243"><v>1</v></c><c r="O15" s="420"><v>4</v></c><c r="P15" s="427"/><c r="Q15" s="419"><v>1.2</v></c><c r="R15" s="243"><v>1</v></c><c r="S15" s="420"><v>1</v></c><c r="T15" s="435"><v>1</v></c><c r="U15" s="418"/><c r="V15" s="429"><v>2.7</v></c><c r="W15" s="209"/><c r="X15" s="209"><v>1.2</v></c><c r="Y15" s="209"><v>1</v></c><c r="Z15" s="209"/><c r="AA15" s="418"><v>2</v></c><c r="AB15" s="420"><v>4</v></c><c r="AC15" s="426"/><c r="AD15"/><c r="AE15" s="181"/><c r="AF15" s="181"/><c r="AG15" s="181"/><c r="AH15" s="181"/><c r="AI15" s="181"/><c r="AJ15" s="181"/><c r="AK15" s="181"/><c r="AL15" s="181"/><c r="AM15" s="181"/><c r="AN15" s="182"/><c r="AO15" s="182"/><c r="AP15" s="355"/><c r="AQ15" s="182"/><c r="AR15" s="182"/><c r="AS15" s="182"/><c r="AT15" s="182"/><c r="AU15" s="182"/><c r="AV15" s="182"/><c r="AW15" s="182"/><c r="AX15" s="182"/><c r="AY15" s="182"/><c r="AZ15" s="182"/><c r="BA15" s="182"/><c r="BB15" s="49"/><c r="BC15" s="182"/><c r="BD15" s="240" t="s"><v>592</v></c><c r="BE15" s="182"/><c r="BF15" s="182"/><c r="BG15" s="182"/><c r="BH15" s="182"/><c r="BI15" s="182"/><c r="BJ15" s="182"/><c r="BK15" s="182"/><c r="BL15" s="182"/><c r="BM15" s="182"/><c r="BP15" s="334" t="s"><v>285</v></c><c r="BQ15" s="14" t="s"><v>335</v></c><c r="BR15" s="14" t="s"><v>336</v></c><c r="BS15" s="14" t="s"><v>362</v></c></row><row r="16" spans="1:71" s="14" customFormat="1" ht="26"><c r="A16" s="449"/><c r="B16" s="451"/><c r="C16" s="35" t="s"><v>191</v></c><c r="D16" s="35" t="s"><v>388</v></c><c r="E16" s="444"><v>1.9</v></c><c r="F16" s="389"><v>4</v></c><c r="G16" s="7"/><c r="H16" s="385" t="s"><v>337</v></c><c r="I16" s="385" t="s"><v>338</v></c><c r="J16" s="385" t="s"><v>339</v></c><c r="K16" s="385" t="s"><v>378</v></c><c r="L16" s="384"/><c r="M16" s="419"><v>1</v></c><c r="N16" s="243"><v>1</v></c><c r="O16" s="420"><v>4</v></c><c r="P16" s="427"/><c r="Q16" s="419"><v>1.8</v></c><c r="R16" s="243"><v>1</v></c><c r="S16" s="420"><v>1</v></c><c r="T16" s="435"><v>2</v></c><c r="U16" s="418"/><c r="V16" s="429"><v>1.6</v></c><c r="W16" s="209"/><c r="X16" s="209"><v>1.9</v></c><c r="Y16" s="209"><v>3</v></c><c r="Z16" s="209"/><c r="AA16" s="418"><v>3</v></c><c r="AB16" s="420"><v>4</v></c><c r="AC16" s="426"/><c r="AD16" s="7"/><c r="AE16" s="181"/><c r="AF16" s="181"/><c r="AG16" s="181"/><c r="AH16" s="181"/><c r="AI16" s="181"/><c r="AJ16" s="181"/><c r="AK16" s="181"/><c r="AL16" s="181"/><c r="AM16" s="181"/><c r="AN16" s="182"/><c r="AO16" s="182"/><c r="AP16" s="355"/><c r="AQ16" s="182"/><c r="AR16" s="182"/><c r="AS16" s="182"/><c r="AT16" s="182"/><c r="AU16" s="182"/><c r="AV16" s="182"/><c r="AW16" s="182"/><c r="AX16" s="182"/><c r="AY16" s="182"/><c r="AZ16" s="182"/><c r="BA16" s="182"/><c r="BB16" s="49"/><c r="BC16" s="450" t="s"><v>589</v></c><c r="BD16" s="450"/><c r="BE16" s="450"/><c r="BF16" s="450"/><c r="BG16" s="450"/><c r="BH16" s="450"/><c r="BI16" s="450"/><c r="BJ16" s="450"/><c r="BK16" s="450"/><c r="BL16" s="450"/><c r="BM16" s="450"/><c r="BP16" s="334" t="s"><v>337</v></c><c r="BQ16" s="14" t="s"><v>338</v></c><c r="BR16" s="14" t="s"><v>339</v></c><c r="BS16" s="14" t="s"><v>378</v></c></row><row r="17" spans="1:71" s="14" customFormat="1" ht="26"><c r="A17" s="449"/><c r="B17" s="451"/><c r="C17" s="35" t="s"><v>114</v></c><c r="D17" s="35" t="s"><v>381</v></c><c r="E17" s="444"><v>1</v></c><c r="F17" s="389"><v>4</v></c><c r="G17"/><c r="H17" s="385" t="s"><v>284</v></c><c r="I17" s="385" t="s"><v>333</v></c><c r="J17" s="385" t="s"><v>334</v></c><c r="K17" s="385" t="s"><v>365</v></c><c r="L17" s="384"/><c r="M17" s="419"><v>1</v></c><c r="N17" s="243"><v>1</v></c><c r="O17" s="420"><v>4</v></c><c r="P17" s="427"/><c r="Q17" s="419"><v>1</v></c><c r="R17" s="243"><v>1</v></c><c r="S17" s="420"><v>1</v></c><c r="T17" s="435"><v>1</v></c><c r="U17" s="418"/><c r="V17" s="429"><v>2.6</v></c><c r="W17" s="209"/><c r="X17" s="209"><v>1</v></c><c r="Y17" s="209"><v>4</v></c><c r="Z17" s="209"/><c r="AA17" s="418"><v>3</v></c><c r="AB17" s="420"><v>4</v></c><c r="AC17" s="426"/><c r="AD17"/><c r="AE17" s="181"/><c r="AF17" s="181"/><c r="AG17" s="181"/><c r="AH17" s="181"/><c r="AI17" s="181"/><c r="AJ17" s="181"/><c r="AK17" s="181"/><c r="AL17" s="181"/><c r="AM17" s="181"/><c r="AN17" s="182"/><c r="AO17" s="182"/><c r="AP17" s="355"/><c r="AQ17" s="182"/><c r="AR17" s="182"/><c r="AS17" s="182"/><c r="AT17" s="182"/><c r="AU17" s="182"/><c r="AV17" s="182"/><c r="AW17" s="182"/><c r="AX17" s="182"/><c r="AY17" s="182"/><c r="AZ17" s="182"/><c r="BA17" s="182"/><c r="BB17" s="49"/><c r="BC17" s="450"/><c r="BD17" s="450"/><c r="BE17" s="450"/><c r="BF17" s="450"/><c r="BG17" s="450"/><c r="BH17" s="450"/><c r="BI17" s="450"/><c r="BJ17" s="450"/><c r="BK17" s="450"/><c r="BL17" s="450"/><c r="BM17" s="450"/><c r="BP17" s="334" t="s"><v>284</v></c><c r="BQ17" s="14" t="s"><v>333</v></c><c r="BR17" s="14" t="s"><v>514</v></c><c r="BS17" s="14" t="s"><v>515</v></c></row><row r="18" spans="1:71" s="14" customFormat="1" ht="26"><c r="A18" s="449"/><c r="B18" s="451"/><c r="C18" s="35" t="s"><v>112</v></c><c r="D18" s="35" t="s"><v>572</v></c><c r="E18" s="444"><v>1.9</v></c><c r="F18" s="389"><v>4</v></c><c r="G18"/><c r="H18" s="385" t="s"><v>330</v></c><c r="I18" s="385" t="s"><v>331</v></c><c r="J18" s="385" t="s"><v>332</v></c><c r="K18" s="385" t="s"><v>366</v></c><c r="L18" s="384"/><c r="M18" s="419"><v>1</v></c><c r="N18" s="243"><v>1</v></c><c r="O18" s="420"><v>4</v></c><c r="P18" s="427"/><c r="Q18" s="419"><v>2</v></c><c r="R18" s="243"><v>1</v></c><c r="S18" s="420"><v>1</v></c><c r="T18" s="435"><v>1.5</v></c><c r="U18" s="418"/><c r="V18" s="243"><v>1.9</v></c><c r="W18" s="243"/><c r="X18" s="243"><v>1.9</v></c><c r="Y18" s="243"><v>1</v></c><c r="Z18" s="243"/><c r="AA18" s="243"><v>2</v></c><c r="AB18" s="420"><v>3</v></c><c r="AC18" s="426"/><c r="AD18"/><c r="AE18" s="181"/><c r="AF18" s="181"/><c r="AG18" s="181"/><c r="AH18" s="181"/><c r="AI18" s="181"/><c r="AJ18" s="181"/><c r="AK18" s="181"/><c r="AL18" s="181"/><c r="AM18" s="181"/><c r="AN18" s="182"/><c r="AO18" s="182"/><c r="AP18" s="355"/><c r="AQ18" s="182"/><c r="AR18" s="182"/><c r="AS18" s="182"/><c r="AT18" s="182"/><c r="AU18" s="182"/><c r="AV18" s="182"/><c r="AW18" s="182"/><c r="AX18" s="182"/><c r="AY18" s="182"/><c r="AZ18" s="182"/><c r="BA18" s="182"/><c r="BB18" s="49"/><c r="BC18" s="360"/><c r="BD18" s="194"/><c r="BE18" s="182"/><c r="BF18" s="182"/><c r="BG18" s="182"/><c r="BH18" s="182"/><c r="BI18" s="182"/><c r="BJ18" s="182"/><c r="BK18" s="182"/><c r="BL18" s="182"/><c r="BM18" s="182"/><c r="BP18" s="334" t="s"><v>516</v></c><c r="BQ18" s="14" t="s"><v>517</v></c><c r="BR18" s="14" t="s"><v>518</v></c><c r="BS18" s="14" t="s"><v>519</v></c></row><row r="19" spans="1:71" s="14" customFormat="1" ht="26"><c r="A19" s="449"/><c r="B19" s="451"/><c r="C19" s="35" t="s"><v>210</v></c><c r="D19" s="35" t="s"><v>581</v></c><c r="E19" s="444"><v>1</v></c><c r="F19" s="389"><v>4</v></c><c r="G19" s="7"/><c r="H19" s="385" t="s"><v>340</v></c><c r="I19" s="385" t="s"><v>341</v></c><c r="J19" s="385" t="s"><v>342</v></c><c r="K19" s="385" t="s"><v>367</v></c><c r="L19" s="384"/><c r="M19" s="419"><v>1</v></c><c r="N19" s="243"><v>1</v></c><c r="O19" s="420"><v>4</v></c><c r="P19" s="427"/><c r="Q19" s="419"><v>1</v></c><c r="R19" s="243"><v>1</v></c><c r="S19" s="420"><v>1</v></c><c r="T19" s="435"><v>1</v></c><c r="U19" s="418"/><c r="V19" s="243"><v>1</v></c><c r="W19" s="243"/><c r="X19" s="243"><v>1</v></c><c r="Y19" s="243"><v>1</v></c><c r="Z19" s="243"/><c r="AA19" s="243"><v>1</v></c><c r="AB19" s="420"><v>1</v></c><c r="AC19" s="426"/><c r="AD19" s="7"/><c r="AE19" s="181"/><c r="AF19" s="181"/><c r="AG19" s="181"/><c r="AH19" s="181"/><c r="AI19" s="181"/><c r="AJ19" s="181"/><c r="AK19" s="181"/><c r="AL19" s="181"/><c r="AM19" s="181"/><c r="AN19" s="182"/><c r="AO19" s="182"/><c r="AP19" s="355"/><c r="AQ19" s="182"/><c r="AR19" s="182"/><c r="AS19" s="182"/><c r="AT19" s="182"/><c r="AU19" s="182"/><c r="AV19" s="182"/><c r="AW19" s="182"/><c r="AX19" s="182"/><c r="AY19" s="182"/><c r="AZ19" s="182"/><c r="BA19" s="182"/><c r="BB19" s="49"/><c r="BC19" s="360"/><c r="BD19" s="194" t="s"><v>359</v></c><c r="BE19" s="182"/><c r="BF19" s="182"/><c r="BG19" s="182"/><c r="BH19" s="182"/><c r="BI19" s="182"/><c r="BJ19" s="182"/><c r="BK19" s="182"/><c r="BL19" s="182"/><c r="BM19" s="182"/><c r="BP19" s="334" t="s"><v>340</v></c><c r="BQ19" s="14" t="s"><v>520</v></c><c r="BR19" s="14" t="s"><v>522</v></c><c r="BS19" s="14" t="s"><v>521</v></c></row><row r="20" spans="1:71" s="14" customFormat="1" ht="26"><c r="A20" s="449"/><c r="B20" s="1" t="s"><v>482</v></c><c r="C20" s="35" t="s"><v>109</v></c><c r="D20" s="35" t="s"><v>34</v></c><c r="E20" s="444"><v>1</v></c><c r="F20" s="389"><v>4</v></c><c r="G20"/><c r="H20" s="385" t="s"><v>287</v></c><c r="I20" s="385" t="s"><v>344</v></c><c r="J20" s="385" t="s"><v>345</v></c><c r="K20" s="385" t="s"><v>363</v></c><c r="L20" s="384"/><c r="M20" s="419"><v>1</v></c><c r="N20" s="243"><v>1</v></c><c r="O20" s="420"><v>4</v></c><c r="P20" s="427"/><c r="Q20" s="419"><v>1</v></c><c r="R20" s="243"><v>1</v></c><c r="S20" s="420"><v>1.5</v></c><c r="T20" s="435"><v>1.8</v></c><c r="U20" s="418"/><c r="V20" s="243"><v>1.9</v></c><c r="W20" s="243"/><c r="X20" s="243"><v>1</v></c><c r="Y20" s="430"><v>1</v></c><c r="Z20" s="243"/><c r="AA20" s="243"><v>3</v></c><c r="AB20" s="420"><v>1</v></c><c r="AC20" s="426"/><c r="AD20"/><c r="AE20" s="181"/><c r="AF20" s="181"/><c r="AG20" s="181"/><c r="AH20" s="181"/><c r="AI20" s="181"/><c r="AJ20" s="181"/><c r="AK20" s="181"/><c r="AL20" s="181"/><c r="AM20" s="181"/><c r="AN20" s="182"/><c r="AO20" s="182"/><c r="AP20" s="355"/><c r="AQ20" s="182"/><c r="AR20" s="182"/><c r="AS20" s="182"/><c r="AT20" s="182"/><c r="AU20" s="182"/><c r="AV20" s="182"/><c r="AW20" s="182"/><c r="AX20" s="182"/><c r="AY20" s="182"/><c r="AZ20" s="182"/><c r="BA20" s="182"/><c r="BB20" s="49"/><c r="BC20" s="55"/><c r="BD20" s="182"/><c r="BE20" s="182"/><c r="BF20" s="182"/><c r="BG20" s="182"/><c r="BH20" s="182"/><c r="BI20" s="182"/><c r="BJ20" s="182"/><c r="BK20" s="182"/><c r="BL20" s="182"/><c r="BM20" s="182"/><c r="BP20" s="334" t="s"><v>287</v></c><c r="BQ20" s="14" t="s"><v>344</v></c><c r="BR20" s="14" t="s"><v>523</v></c><c r="BS20" s="14" t="s"><v>524</v></c></row><row r="21" spans="1:71" s="14" customFormat="1" ht="15"><c r="A21" s="449" t="s"><v>354</v></c><c r="B21" s="451" t="s"><v>472</v></c><c r="C21" s="35" t="s"><v>129</v></c><c r="D21" s="35" t="s"><v>280</v></c><c r="E21" s="444"/><c r="F21" s="389"/><c r="G21"/><c r="H21" s="386"/><c r="I21" s="386"/><c r="J21" s="386"/><c r="K21" s="386"/><c r="L21" s="384"/><c r="M21" s="419"/><c r="N21" s="243"/><c r="O21" s="420"/><c r="P21" s="427"/><c r="Q21" s="419"/><c r="R21" s="243"/><c r="S21" s="420"/><c r="T21" s="435"/><c r="U21" s="418"/><c r="V21" s="243"/><c r="W21" s="243"/><c r="X21" s="243"/><c r="Y21" s="243"/><c r="Z21" s="243"/><c r="AA21" s="243"/><c r="AB21" s="420"/><c r="AC21" s="426"/><c r="AD21"/><c r="AE21" s="181"/><c r="AF21" s="181"/><c r="AG21" s="181"/><c r="AH21" s="181"/><c r="AI21" s="181"/><c r="AJ21" s="181"/><c r="AK21" s="181"/><c r="AL21" s="181"/><c r="AM21" s="181"/><c r="AN21" s="182"/><c r="AO21" s="182"/><c r="AP21" s="355"/><c r="AQ21" s="182"/><c r="AR21" s="182"/><c r="AS21" s="182"/><c r="AT21" s="182"/><c r="AU21" s="182"/><c r="AV21" s="182"/><c r="AW21" s="182"/><c r="AX21" s="182"/><c r="AY21" s="182"/><c r="AZ21" s="182"/><c r="BA21" s="182"/><c r="BB21" s="49"/><c r="BC21" s="215"/><c r="BD21" s="195" t="s"><v>94</v></c><c r="BE21" s="186"/><c r="BF21" s="207"/><c r="BG21" s="207"/><c r="BH21" s="206" t="str"><f>Preferences.EnergyUnits &amp; " / year"</f><v>TWh / year</v></c><c r="BI21" s="205"><v>2007</v></c><c r="BJ21" s="205"><v>2020</v></c><c r="BK21" s="205"><v>2030</v></c><c r="BL21" s="205"><v>2050</v></c><c r="BM21" s="182"/><c r="BP21" s="334"/></row><row r="22" spans="1:71" s="14" customFormat="1" ht="15"><c r="A22" s="449"/><c r="B22" s="451"/><c r="C22" s="219"/><c r="D22" s="219" t="s"><v>566</v></c><c r="E22" s="444"><v>3</v></c><c r="F22" s="390"><v>4</v></c><c r="G22" s="265"/><c r="H22" s="385" t="s"><v>430</v></c><c r="I22" s="385" t="s"><v>431</v></c><c r="J22" s="385" t="s"><v>432</v></c><c r="K22" s="385" t="s"><v>584</v></c><c r="L22" s="384"/><c r="M22" s="419"><v>1</v></c><c r="N22" s="243"><v>1</v></c><c r="O22" s="420"><v>4</v></c><c r="P22" s="427"/><c r="Q22" s="419"><v>2</v></c><c r="R22" s="243"><v>4</v></c><c r="S22" s="420"><v>3</v></c><c r="T22" s="435"><v>3</v></c><c r="U22" s="418"/><c r="V22" s="243"><v>3</v></c><c r="W22" s="243"/><c r="X22" s="243"><v>3</v></c><c r="Y22" s="243"><v>3</v></c><c r="Z22" s="243"/><c r="AA22" s="243"><v>2</v></c><c r="AB22" s="420"><v>2</v></c><c r="AC22" s="426"/><c r="AD22" s="265"/><c r="AE22" s="181"/><c r="AF22" s="181"/><c r="AG22" s="181"/><c r="AH22" s="181"/><c r="AI22" s="181"/><c r="AJ22" s="181"/><c r="AK22" s="181"/><c r="AL22" s="181"/><c r="AM22" s="181"/><c r="AN22" s="182"/><c r="AO22" s="182"/><c r="AP22" s="355"/><c r="AQ22" s="182"/><c r="AR22" s="182"/><c r="AS22" s="182"/><c r="AT22" s="182"/><c r="AU22" s="182"/><c r="AV22" s="182"/><c r="AW22" s="182"/><c r="AX22" s="182"/><c r="AY22" s="182"/><c r="AZ22" s="182"/><c r="BA22" s="182"/><c r="BB22" s="49"/><c r="BC22" s="214"/><c r="BD22" s="187" t="s"><v>155</v></c><c r="BE22" s="185" t="e"><f>INDEX(#REF!, MATCH($BD22, #REF!, 0))</f><v>#REF!</v></c><c r="BF22" s="182"/><c r="BG22" s="184"/><c r="BH22" s="185"/><c r="BI22" s="184" t="e"><f t="shared" ref="BI22:BL26" ca="1" si="0">SUMIFS(INDIRECT("'"&amp;BI$21&amp;"'!Year.NetBalance"), INDIRECT("'"&amp;BI$21&amp;"'!Year.Vectors"),$BD22)</f><v>#REF!</v></c><c r="BJ22" s="184" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BK22" s="184" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BL22" s="184" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BM22" s="182"/><c r="BP22" s="335" t="s"><v>430</v></c><c r="BQ22" s="15" t="s"><v>525</v></c><c r="BR22" s="15" t="s"><v>526</v></c><c r="BS22" s="14" t="s"><v>585</v></c></row><row r="23" spans="1:71" s="14" customFormat="1" ht="15"><c r="A23" s="449"/><c r="B23" s="451"/><c r="C23" s="219"/><c r="D23" s="219" t="s"><v>570</v></c><c r="E23" s="444"><v>2</v></c><c r="F23" s="390"><v>4</v></c><c r="G23" s="265"/><c r="H23" s="385" t="s"><v>374</v></c><c r="I23" s="385" t="s"><v>433</v></c><c r="J23" s="385" t="s"><v>372</v></c><c r="K23" s="385" t="s"><v>373</v></c><c r="L23" s="384"/><c r="M23" s="419"><v>1</v></c><c r="N23" s="243"><v>1</v></c><c r="O23" s="420"><v>4</v></c><c r="P23" s="427"/><c r="Q23" s="419"><v>2</v></c><c r="R23" s="243"><v>2</v></c><c r="S23" s="420"><v>2</v></c><c r="T23" s="435"><v>2</v></c><c r="U23" s="418"/><c r="V23" s="243"><v>4</v></c><c r="W23" s="243"/><c r="X23" s="243"><v>2</v></c><c r="Y23" s="243"><v>4</v></c><c r="Z23" s="243"/><c r="AA23" s="243"><v>3</v></c><c r="AB23" s="420"><v>4</v></c><c r="AC23" s="426"/><c r="AD23" s="265"/><c r="AE23" s="181"/><c r="AF23" s="181"/><c r="AG23" s="181"/><c r="AH23" s="181"/><c r="AI23" s="181"/><c r="AJ23" s="181"/><c r="AK23" s="181"/><c r="AL23" s="181"/><c r="AM23" s="181"/><c r="AN23" s="182"/><c r="AO23" s="182"/><c r="AP23" s="355"/><c r="AQ23" s="182"/><c r="AR23" s="182"/><c r="AS23" s="182"/><c r="AT23" s="182"/><c r="AU23" s="182"/><c r="AV23" s="182"/><c r="AW23" s="182"/><c r="AX23" s="182"/><c r="AY23" s="182"/><c r="AZ23" s="182"/><c r="BA23" s="182"/><c r="BB23" s="49"/><c r="BC23" s="214"/><c r="BD23" s="187" t="s"><v>156</v></c><c r="BE23" s="185" t="e"><f>INDEX(#REF!, MATCH($BD23, #REF!, 0))</f><v>#REF!</v></c><c r="BF23" s="182"/><c r="BG23" s="184"/><c r="BH23" s="185"/><c r="BI23" s="184" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BJ23" s="184" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BK23" s="184" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BL23" s="184" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BM23" s="182"/><c r="BP23" s="335" t="s"><v>374</v></c><c r="BQ23" s="15" t="s"><v>433</v></c><c r="BR23" s="15" t="s"><v>372</v></c><c r="BS23" s="14" t="s"><v>373</v></c></row><row r="24" spans="1:71" s="14" customFormat="1" ht="26"><c r="A24" s="449"/><c r="B24" s="451"/><c r="C24" s="35" t="s"><v>143</v></c><c r="D24" s="35" t="s"><v>382</v></c><c r="E24" s="444"><v>2</v></c><c r="F24" s="389" t="s"><v>202</v></c><c r="G24"/><c r="H24" s="385" t="s"><v>343</v></c><c r="I24" s="385" t="s"><v>286</v></c><c r="J24" s="385" t="s"><v>434</v></c><c r="K24" s="385" t="s"><v>487</v></c><c r="L24" s="384"/><c r="M24" s="419"><v>1</v></c><c r="N24" s="243"><v>1</v></c><c r="O24" s="420"><v>3</v></c><c r="P24" s="427"/><c r="Q24" s="419"><v>2</v></c><c r="R24" s="243"><v>2</v></c><c r="S24" s="420"><v>2</v></c><c r="T24" s="435"><v>2</v></c><c r="U24" s="418"/><c r="V24" s="243"><v>3</v></c><c r="W24" s="243"/><c r="X24" s="243"><v>2</v></c><c r="Y24" s="243"><v>3</v></c><c r="Z24" s="243"/><c r="AA24" s="243"><v>3</v></c><c r="AB24" s="420"><v>3</v></c><c r="AC24" s="426"/><c r="AD24"/><c r="AE24" s="181"/><c r="AF24" s="181"/><c r="AG24" s="181"/><c r="AH24" s="181"/><c r="AI24" s="181"/><c r="AJ24" s="181"/><c r="AK24" s="181"/><c r="AL24" s="181"/><c r="AM24" s="181"/><c r="AN24" s="182"/><c r="AO24" s="182"/><c r="AP24" s="355"/><c r="AQ24" s="182"/><c r="AR24" s="182"/><c r="AS24" s="182"/><c r="AT24" s="182"/><c r="AU24" s="182"/><c r="AV24" s="182"/><c r="AW24" s="182"/><c r="AX24" s="182"/><c r="AY24" s="182"/><c r="AZ24" s="182"/><c r="BA24" s="182"/><c r="BB24" s="49"/><c r="BC24" s="214"/><c r="BD24" s="187" t="s"><v>157</v></c><c r="BE24" s="185" t="e"><f>INDEX(#REF!, MATCH($BD24, #REF!, 0))</f><v>#REF!</v></c><c r="BF24" s="182"/><c r="BG24" s="184"/><c r="BH24" s="185"/><c r="BI24" s="184" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BJ24" s="184" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BK24" s="184" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BL24" s="184" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BM24" s="182"/><c r="BP24" s="334" t="s"><v>343</v></c><c r="BQ24" s="14" t="s"><v>286</v></c><c r="BR24" s="14" t="s"><v>434</v></c><c r="BS24" s="14" t="s"><v>434</v></c></row><row r="25" spans="1:71" s="14" customFormat="1" ht="26"><c r="A25" s="449"/><c r="B25" s="451"/><c r="C25" s="35" t="s"><v>261</v></c><c r="D25" s="35" t="s"><v>260</v></c><c r="E25" s="444"><v>2</v></c><c r="F25" s="389"><v>4</v></c><c r="G25"/><c r="H25" s="385" t="s"><v>269</v></c><c r="I25" s="385" t="s"><v>435</v></c><c r="J25" s="385" t="s"><v>436</v></c><c r="K25" s="385" t="s"><v>488</v></c><c r="L25" s="384"/><c r="M25" s="419"><v>1</v></c><c r="N25" s="243"><v>1</v></c><c r="O25" s="420"><v>4</v></c><c r="P25" s="427"/><c r="Q25" s="419"><v>1</v></c><c r="R25" s="243"><v>3</v></c><c r="S25" s="420"><v>1</v></c><c r="T25" s="435"><v>1</v></c><c r="U25" s="418"/><c r="V25" s="243"><v>1</v></c><c r="W25" s="243"/><c r="X25" s="243"><v>2</v></c><c r="Y25" s="243"><v>3</v></c><c r="Z25" s="243"/><c r="AA25" s="243"><v>1</v></c><c r="AB25" s="420"><v>1</v></c><c r="AC25" s="426"/><c r="AD25"/><c r="AE25" s="181"/><c r="AF25" s="181"/><c r="AG25" s="181"/><c r="AH25" s="181"/><c r="AI25" s="181"/><c r="AJ25" s="181"/><c r="AK25" s="181"/><c r="AL25" s="181"/><c r="AM25" s="181"/><c r="AN25" s="182"/><c r="AO25" s="182"/><c r="AP25" s="355"/><c r="AQ25" s="182"/><c r="AR25" s="182"/><c r="AS25" s="182"/><c r="AT25" s="182"/><c r="AU25" s="182"/><c r="AV25" s="182"/><c r="AW25" s="182"/><c r="AX25" s="182"/><c r="AY25" s="182"/><c r="AZ25" s="182"/><c r="BA25" s="182"/><c r="BB25" s="49"/><c r="BC25" s="214"/><c r="BD25" s="187" t="s"><v>37</v></c><c r="BE25" s="185" t="e"><f>INDEX(#REF!, MATCH($BD25, #REF!, 0))</f><v>#REF!</v></c><c r="BF25" s="182"/><c r="BG25" s="182"/><c r="BH25" s="182"/><c r="BI25" s="184" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BJ25" s="184" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BK25" s="184" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BL25" s="184" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BM25" s="182"/><c r="BP25" s="334" t="s"><v>269</v></c><c r="BQ25" s="14" t="s"><v>527</v></c><c r="BR25" s="14" t="s"><v>528</v></c><c r="BS25" s="14" t="s"><v>529</v></c></row><row r="26" spans="1:71" s="14" customFormat="1" ht="26"><c r="A26" s="449"/><c r="B26" s="451"/><c r="C26" s="35" t="s"><v>141</v></c><c r="D26" s="35" t="s"><v>567</v></c><c r="E26" s="444"><v>2</v></c><c r="F26" s="389" t="s"><v>203</v></c><c r="G26"/><c r="H26" s="385" t="s"><v>369</v></c><c r="I26" s="385" t="s"><v>370</v></c><c r="J26" s="385" t="s"><v>371</v></c><c r="K26" s="385" t="s"><v>368</v></c><c r="L26" s="384"/><c r="M26" s="419"><v>1</v></c><c r="N26" s="243"><v>1</v></c><c r="O26" s="420"><v>2</v></c><c r="P26" s="427"/><c r="Q26" s="419"><v>1</v></c><c r="R26" s="243"><v>3</v></c><c r="S26" s="420"><v>2</v></c><c r="T26" s="435"><v>1</v></c><c r="U26" s="418"/><c r="V26" s="243"><v>1</v></c><c r="W26" s="243"/><c r="X26" s="243"><v>2</v></c><c r="Y26" s="243"><v>2</v></c><c r="Z26" s="243"/><c r="AA26" s="243"><v>2</v></c><c r="AB26" s="420"><v>1</v></c><c r="AC26" s="426"/><c r="AD26"/><c r="AE26" s="181"/><c r="AF26" s="181"/><c r="AG26" s="181"/><c r="AH26" s="181"/><c r="AI26" s="181"/><c r="AJ26" s="181"/><c r="AK26" s="181"/><c r="AL26" s="181"/><c r="AM26" s="181"/><c r="AN26" s="182"/><c r="AO26" s="182"/><c r="AP26" s="355"/><c r="AQ26" s="182"/><c r="AR26" s="182"/><c r="AS26" s="182"/><c r="AT26" s="182"/><c r="AU26" s="182"/><c r="AV26" s="182"/><c r="AW26" s="182"/><c r="AX26" s="182"/><c r="AY26" s="182"/><c r="AZ26" s="182"/><c r="BA26" s="182"/><c r="BB26" s="49"/><c r="BC26" s="214"/><c r="BD26" s="197" t="s"><v>38</v></c><c r="BE26" s="191" t="e"><f>INDEX(#REF!, MATCH($BD26, #REF!, 0))</f><v>#REF!</v></c><c r="BF26" s="190"/><c r="BG26" s="190"/><c r="BH26" s="190"/><c r="BI26" s="198" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BJ26" s="198" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BK26" s="198" t="e"><f t="shared" ca="1" si="0"/><v>#REF!</v></c><c r="BL26" s="198" t="e"><f ca="1">SUMIFS(INDIRECT("'"&amp;BL$21&amp;"'!Year.NetBalance"), INDIRECT("'"&amp;BL$21&amp;"'!Year.Vectors"),$BD26)</f><v>#REF!</v></c><c r="BM26" s="182"/><c r="BP26" s="334" t="s"><v>369</v></c><c r="BQ26" s="14" t="s"><v>370</v></c><c r="BR26" s="14" t="s"><v>371</v></c><c r="BS26" s="14" t="s"><v>368</v></c></row><row r="27" spans="1:71" s="14" customFormat="1" ht="26"><c r="A27" s="449"/><c r="B27" s="1" t="s"><v>473</v></c><c r="C27" s="35" t="s"><v>218</v></c><c r="D27" s="35" t="s"><v>219</v></c><c r="E27" s="444"><v>2</v></c><c r="F27" s="389"><v>4</v></c><c r="G27" s="7"/><c r="H27" s="385" t="s"><v>437</v></c><c r="I27" s="385" t="s"><v>578</v></c><c r="J27" s="385" t="s"><v>579</v></c><c r="K27" s="385" t="s"><v>580</v></c><c r="L27" s="384"/><c r="M27" s="419"><v>1</v></c><c r="N27" s="243"><v>1</v></c><c r="O27" s="420"><v>4</v></c><c r="P27" s="427"/><c r="Q27" s="419"><v>2</v></c><c r="R27" s="243"><v>3.7</v></c><c r="S27" s="420"><v>3</v></c><c r="T27" s="435"><v>2.5</v></c><c r="U27" s="418"/><c r="V27" s="243"><v>1</v></c><c r="W27" s="243"/><c r="X27" s="243"><v>2</v></c><c r="Y27" s="243"><v>1</v></c><c r="Z27" s="243"/><c r="AA27" s="243"><v>2</v></c><c r="AB27" s="420"><v>1</v></c><c r="AC27" s="426"/><c r="AD27" s="7"/><c r="AE27" s="181"/><c r="AF27" s="181"/><c r="AG27" s="181"/><c r="AH27" s="181"/><c r="AI27" s="181"/><c r="AJ27" s="181"/><c r="AK27" s="181"/><c r="AL27" s="181"/><c r="AM27" s="181"/><c r="AN27" s="182"/><c r="AO27" s="182"/><c r="AP27" s="355"/><c r="AQ27" s="182"/><c r="AR27" s="182"/><c r="AS27" s="182"/><c r="AT27" s="182"/><c r="AU27" s="182"/><c r="AV27" s="182"/><c r="AW27" s="182"/><c r="AX27" s="182"/><c r="AY27" s="182"/><c r="AZ27" s="182"/><c r="BA27" s="182"/><c r="BB27" s="49"/><c r="BC27" s="55"/><c r="BD27" s="182"/><c r="BE27" s="182"/><c r="BF27" s="182"/><c r="BG27" s="182"/><c r="BH27" s="182"/><c r="BI27" s="182"/><c r="BJ27" s="182"/><c r="BK27" s="182"/><c r="BL27" s="182"/><c r="BM27" s="182"/><c r="BP27" s="334" t="s"><v>437</v></c><c r="BQ27" s="14" t="s"><v>578</v></c><c r="BR27" s="14" t="s"><v>579</v></c><c r="BS27" s="14" t="s"><v>580</v></c></row><row r="28" spans="1:71" s="14" customFormat="1" ht="23"><c r="A28" s="279" t="s"><v>49</v></c><c r="B28" s="279"/><c r="C28" s="279"/><c r="D28" s="279"/><c r="E28" s="445"/><c r="F28" s="391"/><c r="G28" s="279"/><c r="H28" s="282"/><c r="I28" s="282"/><c r="J28" s="282"/><c r="K28" s="282"/><c r="L28" s="279"/><c r="M28" s="421"/><c r="N28" s="422"/><c r="O28" s="423"/><c r="P28" s="383"/><c r="Q28" s="421"/><c r="R28" s="422"/><c r="S28" s="423"/><c r="T28" s="436"/><c r="U28" s="282"/><c r="V28" s="282"/><c r="W28" s="282"/><c r="X28" s="282"/><c r="Y28" s="282"/><c r="Z28" s="282"/><c r="AA28" s="282"/><c r="AB28" s="437"/><c r="AC28" s="383"/><c r="AE28" s="181"/><c r="AF28" s="181"/><c r="AG28" s="181"/><c r="AH28" s="181"/><c r="AI28" s="181"/><c r="AJ28" s="181"/><c r="AK28" s="181"/><c r="AL28" s="181"/><c r="AM28" s="181"/><c r="AN28" s="182"/><c r="AO28" s="182"/><c r="AP28" s="355"/><c r="AQ28" s="182"/><c r="AR28" s="182"/><c r="AS28" s="182"/><c r="AT28" s="182"/><c r="AU28" s="182"/><c r="AV28" s="182"/><c r="AW28" s="182"/><c r="AX28" s="182"/><c r="AY28" s="182"/><c r="AZ28" s="182"/><c r="BA28" s="181"/><c r="BB28" s="49"/><c r="BC28" s="360"/><c r="BD28" s="194" t="s"><v>242</v></c><c r="BE28" s="182"/><c r="BF28" s="182"/><c r="BG28" s="182"/><c r="BH28" s="182"/><c r="BI28" s="182"/><c r="BJ28" s="182"/><c r="BK28" s="182"/><c r="BL28" s="182"/><c r="BM28" s="182"/><c r="BP28" s="334"/><c r="BS28" s="332"/></row><row r="29" spans="1:71" ht="23"><c r="A29" s="449" t="s"><v>68</v></c><c r="B29" s="452" t="s"><v>474</v></c><c r="C29" s="35" t="s"><v>126</v></c><c r="D29" s="35" t="s"><v>196</v></c><c r="E29" s="444"/><c r="F29" s="389"/><c r="H29" s="386"/><c r="I29" s="386"/><c r="J29" s="386"/><c r="K29" s="386"/><c r="M29" s="419"/><c r="N29" s="243"/><c r="O29" s="420"/><c r="P29" s="427"/><c r="Q29" s="419"/><c r="R29" s="243"/><c r="S29" s="420"/><c r="T29" s="435"/><c r="U29" s="418"/><c r="V29" s="243"/><c r="W29" s="243"/><c r="X29" s="243"/><c r="Y29" s="243"/><c r="Z29" s="243"/><c r="AA29" s="243"/><c r="AB29" s="420"/><c r="AC29" s="426"/><c r="AD29" s="7"/><c r="AE29" s="181"/><c r="AF29" s="181"/><c r="AG29" s="181"/><c r="AH29" s="181"/><c r="AI29" s="181"/><c r="AJ29" s="181"/><c r="AK29" s="181"/><c r="AL29" s="181"/><c r="AM29" s="181"/><c r="AN29" s="182"/><c r="AO29" s="182"/><c r="AQ29" s="240"/><c r="AR29" s="240" t="s"><v>317</v></c><c r="AS29" s="182"/><c r="AT29" s="182"/><c r="AU29" s="182"/><c r="AV29" s="182"/><c r="AW29" s="182"/><c r="AX29" s="182"/><c r="AY29" s="182"/><c r="AZ29" s="182"/><c r="BA29" s="181"/><c r="BC29" s="360"/><c r="BD29" s="194"/><c r="BE29" s="182"/><c r="BF29" s="182"/><c r="BG29" s="182"/><c r="BH29" s="182"/><c r="BI29" s="182"/><c r="BJ29" s="182"/><c r="BK29" s="182"/><c r="BL29" s="182"/><c r="BM29" s="182"/><c r="BP29" s="334"/><c r="BQ29" s="14"/><c r="BR29" s="14"/></row><row r="30" spans="1:71" s="14" customFormat="1" ht="26"><c r="A30" s="449"/><c r="B30" s="452"/><c r="C30" s="219"/><c r="D30" s="219" t="s"><v>383</v></c><c r="E30" s="444"><v>3</v></c><c r="F30" s="390"><v>4</v></c><c r="G30" s="7"/><c r="H30" s="385" t="s"><v>438</v></c><c r="I30" s="385" t="s"><v>573</v></c><c r="J30" s="385" t="s"><v>574</v></c><c r="K30" s="385" t="s"><v>439</v></c><c r="L30" s="384"/><c r="M30" s="419"><v>1</v></c><c r="N30" s="243"><v>4</v></c><c r="O30" s="420"><v>1</v></c><c r="P30" s="427"/><c r="Q30" s="419"><v>4</v></c><c r="R30" s="243"><v>2</v></c><c r="S30" s="420"><v>3</v></c><c r="T30" s="435"><v>4</v></c><c r="U30" s="418"/><c r="V30" s="243"><v>3</v></c><c r="W30" s="243"/><c r="X30" s="243"><v>3</v></c><c r="Y30" s="243"><v>3</v></c><c r="Z30" s="243"/><c r="AA30" s="243"><v>4</v></c><c r="AB30" s="420"><v>4</v></c><c r="AC30" s="426"/><c r="AD30"/><c r="AE30" s="181"/><c r="AF30" s="181"/><c r="AG30" s="181"/><c r="AH30" s="181"/><c r="AI30" s="181"/><c r="AJ30" s="181"/><c r="AK30" s="181"/><c r="AL30" s="181"/><c r="AM30" s="181"/><c r="AN30" s="183"/><c r="AO30" s="183"/><c r="AP30" s="355"/><c r="AQ30" s="182"/><c r="AR30" s="182"/><c r="AS30" s="183"/><c r="AT30" s="183"/><c r="AU30" s="183"/><c r="AV30" s="183"/><c r="AW30" s="183"/><c r="AX30" s="183"/><c r="AY30" s="183"/><c r="AZ30" s="183"/><c r="BA30" s="181"/><c r="BB30" s="49"/><c r="BC30" s="215"/><c r="BD30" s="195" t="s"><v>248</v></c><c r="BE30" s="186"/><c r="BF30" s="207"/><c r="BG30" s="207"/><c r="BH30" s="206" t="str"><f>Preferences.EnergyUnits &amp; " / year"</f><v>TWh / year</v></c><c r="BI30" s="205"><v>2007</v></c><c r="BJ30" s="205"><v>2020</v></c><c r="BK30" s="205"><v>2030</v></c><c r="BL30" s="205"><v>2050</v></c><c r="BM30" s="182"/><c r="BP30" s="334" t="s"><v>438</v></c><c r="BQ30" s="14" t="s"><v>573</v></c><c r="BR30" s="14" t="s"><v>574</v></c><c r="BS30" s="14" t="s"><v>439</v></c></row><row r="31" spans="1:71" s="14" customFormat="1" ht="39"><c r="A31" s="449"/><c r="B31" s="452"/><c r="C31" s="219"/><c r="D31" s="219" t="s"><v>657</v></c><c r="E31" s="444"><v>3</v></c><c r="F31" s="390"><v>4</v></c><c r="G31" s="7"/><c r="H31" s="385" t="s"><v>659</v></c><c r="I31" s="385" t="s"><v>660</v></c><c r="J31" s="385" t="s"><v>661</v></c><c r="K31" s="385" t="s"><v>662</v></c><c r="L31" s="384"/><c r="M31" s="419"><v>1</v></c><c r="N31" s="243"><v>4</v></c><c r="O31" s="420"><v>1</v></c><c r="P31" s="427"/><c r="Q31" s="419"><v>4</v></c><c r="R31" s="243"><v>3</v></c><c r="S31" s="420"><v>2</v></c><c r="T31" s="435"><v>3</v></c><c r="U31" s="418"/><c r="V31" s="243"><v>3</v></c><c r="W31" s="243"/><c r="X31" s="243"><v>3</v></c><c r="Y31" s="243"><v>4</v></c><c r="Z31" s="243"/><c r="AA31" s="243"><v>4</v></c><c r="AB31" s="420"><v>4</v></c><c r="AC31" s="426"/><c r="AD31"/><c r="AE31" s="181"/><c r="AF31" s="181"/><c r="AG31" s="181"/><c r="AH31" s="181"/><c r="AI31" s="181"/><c r="AJ31" s="181"/><c r="AK31" s="181"/><c r="AL31" s="181"/><c r="AM31" s="181"/><c r="AN31" s="183"/><c r="AO31" s="183"/><c r="AP31" s="355"/><c r="AQ31" s="182"/><c r="AR31" s="182"/><c r="AS31" s="183"/><c r="AT31" s="183"/><c r="AU31" s="183"/><c r="AV31" s="183"/><c r="AW31" s="183"/><c r="AX31" s="183"/><c r="AY31" s="183"/><c r="AZ31" s="183"/><c r="BA31" s="181"/><c r="BB31" s="49"/><c r="BC31" s="215"/><c r="BD31" s="215"/><c r="BE31" s="267"/><c r="BF31" s="268"/><c r="BG31" s="268"/><c r="BH31" s="228"/><c r="BI31" s="229"/><c r="BJ31" s="229"/><c r="BK31" s="229"/><c r="BL31" s="229"/><c r="BM31" s="182"/><c r="BP31" s="334" t="s"><v>659</v></c><c r="BQ31" s="14" t="s"><v>660</v></c><c r="BR31" s="14" t="s"><v>661</v></c><c r="BS31" s="14" t="s"><v>662</v></c></row><row r="32" spans="1:71" s="14" customFormat="1" ht="15"><c r="A32" s="449"/><c r="B32" s="452"/><c r="C32" s="219"/><c r="D32" s="219" t="s"><v>658</v></c><c r="E32" s="444"><v>1</v></c><c r="F32" s="390"><v>4</v></c><c r="G32" s="377"/><c r="H32" s="385" t="s"><v>663</v></c><c r="I32" s="385" t="s"><v>664</v></c><c r="J32" s="385" t="s"><v>665</v></c><c r="K32" s="385" t="s"><v>666</v></c><c r="L32" s="384"/><c r="M32" s="419"><v>1</v></c><c r="N32" s="243"><v>2</v></c><c r="O32" s="420"><v>2</v></c><c r="P32" s="427"/><c r="Q32" s="419"><v>2</v></c><c r="R32" s="243"><v>2</v></c><c r="S32" s="420"><v>2</v></c><c r="T32" s="435"><v>1</v></c><c r="U32" s="418"/><c r="V32" s="243"><v>2</v></c><c r="W32" s="243"/><c r="X32" s="243"><v>1</v></c><c r="Y32" s="243"><v>2</v></c><c r="Z32" s="243"/><c r="AA32" s="243"><v>1</v></c><c r="AB32" s="420"><v>2</v></c><c r="AC32" s="427"/><c r="AD32" s="377"/><c r="AE32" s="181"/><c r="AF32" s="181"/><c r="AG32" s="181"/><c r="AH32" s="181"/><c r="AI32" s="181"/><c r="AJ32" s="181"/><c r="AK32" s="181"/><c r="AL32" s="181"/><c r="AM32" s="181"/><c r="AN32" s="183"/><c r="AO32" s="183"/><c r="AP32" s="377"/><c r="AQ32" s="182"/><c r="AR32" s="182"/><c r="AS32" s="183"/><c r="AT32" s="183"/><c r="AU32" s="183"/><c r="AV32" s="183"/><c r="AW32" s="183"/><c r="AX32" s="183"/><c r="AY32" s="183"/><c r="AZ32" s="183"/><c r="BA32" s="181"/><c r="BB32" s="49"/><c r="BC32" s="215"/><c r="BD32" s="215"/><c r="BE32" s="267"/><c r="BF32" s="268"/><c r="BG32" s="268"/><c r="BH32" s="228"/><c r="BI32" s="229"/><c r="BJ32" s="229"/><c r="BK32" s="229"/><c r="BL32" s="229"/><c r="BM32" s="182"/><c r="BP32" s="448" t="s"><v>663</v></c><c r="BQ32" s="14" t="s"><v>664</v></c><c r="BR32" s="14" t="s"><v>665</v></c><c r="BS32" s="14" t="s"><v>666</v></c></row><row r="33" spans="1:71" s="14" customFormat="1" ht="26"><c r="A33" s="449"/><c r="B33" s="452"/><c r="C33" s="35" t="s"><v>127</v></c><c r="D33" s="35" t="s"><v>197</v></c><c r="E33" s="444"><v>3</v></c><c r="F33" s="389"><v>4</v></c><c r="G33"/><c r="H33" s="385" t="s"><v>310</v></c><c r="I33" s="385" t="s"><v>320</v></c><c r="J33" s="385" t="s"><v>347</v></c><c r="K33" s="385" t="s"><v>375</v></c><c r="L33" s="384"/><c r="M33" s="419"><v>1</v></c><c r="N33" s="243"><v>4</v></c><c r="O33" s="420"><v>1</v></c><c r="P33" s="427"/><c r="Q33" s="419"><v>3</v></c><c r="R33" s="243"><v>2</v></c><c r="S33" s="420"><v>3</v></c><c r="T33" s="435"><v>4</v></c><c r="U33" s="418"/><c r="V33" s="243"><v>4</v></c><c r="W33" s="243"/><c r="X33" s="243"><v>3</v></c><c r="Y33" s="243"><v>2</v></c><c r="Z33" s="243"/><c r="AA33" s="243"><v>4</v></c><c r="AB33" s="420"><v>4</v></c><c r="AC33" s="427"/><c r="AD33" s="7"/><c r="AE33" s="181"/><c r="AF33" s="181"/><c r="AG33" s="181"/><c r="AH33" s="181"/><c r="AI33" s="181"/><c r="AJ33" s="181"/><c r="AK33" s="181"/><c r="AL33" s="181"/><c r="AM33" s="181"/><c r="AN33" s="183"/><c r="AO33" s="183"/><c r="AP33" s="355"/><c r="AQ33" s="183"/><c r="AR33" s="217" t="s"><v>256</v></c><c r="AS33" s="182"/><c r="AT33" s="182"/><c r="AU33" s="182"/><c r="AV33" s="182"/><c r="AW33" s="182"/><c r="AX33" s="182"/><c r="AY33" s="182"/><c r="AZ33" s="182"/><c r="BA33" s="181"/><c r="BB33" s="49"/><c r="BC33" s="361"/><c r="BD33" s="196" t="s"><v>253</v></c><c r="BE33" s="185"/><c r="BF33" s="185"/><c r="BG33" s="184"/><c r="BH33" s="185"/><c r="BI33" s="204" t="e"><f ca="1">-(INDEX(INDIRECT(BI$30&amp;"!Year.Matrix"),MATCH("Subtotal.Supply",INDIRECT(BI$30&amp;"!Year.Modules"),0),MATCH("V.05",INDIRECT(BI$30&amp;"!Year.Vectors"),0))+INDEX(INDIRECT(BI$30&amp;"!Year.Matrix"),MATCH("Subtotal.Consumption",INDIRECT(BI$30&amp;"!Year.Modules"),0),MATCH("V.05",INDIRECT(BI$30&amp;"!Year.Vectors"),0)))</f><v>#REF!</v></c><c r="BJ33" s="204" t="e"><f ca="1">-(INDEX(INDIRECT(BJ$30&amp;"!Year.Matrix"),MATCH("Subtotal.Supply",INDIRECT(BJ$30&amp;"!Year.Modules"),0),MATCH("V.05",INDIRECT(BJ$30&amp;"!Year.Vectors"),0))+INDEX(INDIRECT(BJ$30&amp;"!Year.Matrix"),MATCH("Subtotal.Consumption",INDIRECT(BJ$30&amp;"!Year.Modules"),0),MATCH("V.05",INDIRECT(BJ$30&amp;"!Year.Vectors"),0)))</f><v>#REF!</v></c><c r="BK33" s="204" t="e"><f ca="1">-(INDEX(INDIRECT(BK$30&amp;"!Year.Matrix"),MATCH("Subtotal.Supply",INDIRECT(BK$30&amp;"!Year.Modules"),0),MATCH("V.05",INDIRECT(BK$30&amp;"!Year.Vectors"),0))+INDEX(INDIRECT(BK$30&amp;"!Year.Matrix"),MATCH("Subtotal.Consumption",INDIRECT(BK$30&amp;"!Year.Modules"),0),MATCH("V.05",INDIRECT(BK$30&amp;"!Year.Vectors"),0)))</f><v>#REF!</v></c><c r="BL33" s="204" t="e"><f ca="1">-(INDEX(INDIRECT(BL$30&amp;"!Year.Matrix"),MATCH("Subtotal.Supply",INDIRECT(BL$30&amp;"!Year.Modules"),0),MATCH("V.05",INDIRECT(BL$30&amp;"!Year.Vectors"),0))+INDEX(INDIRECT(BL$30&amp;"!Year.Matrix"),MATCH("Subtotal.Consumption",INDIRECT(BL$30&amp;"!Year.Modules"),0),MATCH("V.05",INDIRECT(BL$30&amp;"!Year.Vectors"),0)))</f><v>#REF!</v></c><c r="BM33" s="182"/><c r="BP33" s="334" t="s"><v>310</v></c><c r="BQ33" s="14" t="s"><v>320</v></c><c r="BR33" s="14" t="s"><v>347</v></c><c r="BS33" s="14" t="s"><v>375</v></c></row><row r="34" spans="1:71" s="14" customFormat="1" ht="26"><c r="A34" s="449"/><c r="B34" s="452" t="s"><v>475</v></c><c r="C34" s="35" t="s"><v>128</v></c><c r="D34" s="35" t="s"><v>137</v></c><c r="E34" s="444"><v>2</v></c><c r="F34" s="389"><v>4</v></c><c r="G34"/><c r="H34" s="385" t="s"><v>440</v></c><c r="I34" s="385" t="s"><v>441</v></c><c r="J34" s="385" t="s"><v>311</v></c><c r="K34" s="385" t="s"><v>442</v></c><c r="L34" s="384"/><c r="M34" s="419"><v>1</v></c><c r="N34" s="243"><v>4</v></c><c r="O34" s="420"><v>1</v></c><c r="P34" s="427"/><c r="Q34" s="419"><v>2</v></c><c r="R34" s="243"><v>2</v></c><c r="S34" s="420"><v>2</v></c><c r="T34" s="435"><v>1</v></c><c r="U34" s="418"/><c r="V34" s="243"><v>2</v></c><c r="W34" s="243"/><c r="X34" s="243"><v>2</v></c><c r="Y34" s="243"><v>4</v></c><c r="Z34" s="243"/><c r="AA34" s="243"><v>4</v></c><c r="AB34" s="420"><v>4</v></c><c r="AC34" s="426"/><c r="AD34" s="7"/><c r="AE34" s="181"/><c r="AF34" s="181"/><c r="AG34" s="181"/><c r="AH34" s="181"/><c r="AI34" s="181"/><c r="AJ34" s="181"/><c r="AK34" s="181"/><c r="AL34" s="181"/><c r="AM34" s="181"/><c r="AN34" s="183"/><c r="AO34" s="183"/><c r="AP34" s="355"/><c r="AQ34" s="358"/><c r="AR34" s="358"/><c r="AS34" s="358"/><c r="AT34" s="358"/><c r="AU34" s="358"/><c r="AV34" s="358"/><c r="AW34" s="358"/><c r="AX34" s="358"/><c r="AY34" s="358"/><c r="AZ34" s="358"/><c r="BA34" s="181"/><c r="BB34" s="49"/><c r="BC34" s="362"/><c r="BD34" s="362" t="s"><v>77</v></c><c r="BE34" s="366" t="s"><v>264</v></c><c r="BF34" s="166"/><c r="BG34" s="166"/><c r="BH34" s="166"/><c r="BI34" s="367" t="e"><f ca="1">INDEX(INDIRECT(BI$30&amp;"!Year.Matrix"),MATCH($BD34,INDIRECT(BI$30&amp;"!Year.Modules"),0),MATCH("V.05",INDIRECT(BI$30&amp;"!Year.Vectors"),0))/BI$33</f><v>#REF!</v></c><c r="BJ34" s="367" t="e"><f ca="1">INDEX(INDIRECT(BJ$30&amp;"!Year.Matrix"),MATCH($BD34,INDIRECT(BJ$30&amp;"!Year.Modules"),0),MATCH("V.05",INDIRECT(BJ$30&amp;"!Year.Vectors"),0))/BJ$33</f><v>#REF!</v></c><c r="BK34" s="367" t="e"><f ca="1">INDEX(INDIRECT(BK$30&amp;"!Year.Matrix"),MATCH($BD34,INDIRECT(BK$30&amp;"!Year.Modules"),0),MATCH("V.05",INDIRECT(BK$30&amp;"!Year.Vectors"),0))/BK$33</f><v>#REF!</v></c><c r="BL34" s="367" t="e"><f ca="1">INDEX(INDIRECT(BL$30&amp;"!Year.Matrix"),MATCH($BD34,INDIRECT(BL$30&amp;"!Year.Modules"),0),MATCH("V.05",INDIRECT(BL$30&amp;"!Year.Vectors"),0))/BL$33</f><v>#REF!</v></c><c r="BM34" s="182"/><c r="BP34" s="334" t="s"><v>530</v></c><c r="BQ34" s="14" t="s"><v>531</v></c><c r="BR34" s="14" t="s"><v>531</v></c><c r="BS34" s="14" t="s"><v>532</v></c></row><row r="35" spans="1:71" s="30" customFormat="1" ht="26"><c r="A35" s="449"/><c r="B35" s="452"/><c r="C35" s="35" t="s"><v>139</v></c><c r="D35" s="35" t="s"><v>146</v></c><c r="E35" s="444"><v>3</v></c><c r="F35" s="389"><v>4</v></c><c r="G35"/><c r="H35" s="385" t="s"><v>667</v></c><c r="I35" s="385" t="s"><v>668</v></c><c r="J35" s="385" t="s"><v>669</v></c><c r="K35" s="385" t="s"><v>670</v></c><c r="L35" s="384"/><c r="M35" s="419"><v>1</v></c><c r="N35" s="243"><v>4</v></c><c r="O35" s="420"><v>1</v></c><c r="P35" s="427"/><c r="Q35" s="419"><v>2</v></c><c r="R35" s="243"><v>2</v></c><c r="S35" s="420"><v>2</v></c><c r="T35" s="435"><v>1</v></c><c r="U35" s="418"/><c r="V35" s="243"><v>4</v></c><c r="W35" s="243"/><c r="X35" s="243"><v>3</v></c><c r="Y35" s="243"><v>4</v></c><c r="Z35" s="243"/><c r="AA35" s="243"><v>3</v></c><c r="AB35" s="420"><v>4</v></c><c r="AC35" s="426"/><c r="AD35"/><c r="AE35" s="181"/><c r="AF35" s="181"/><c r="AG35" s="181"/><c r="AH35" s="181"/><c r="AI35" s="181"/><c r="AJ35" s="181"/><c r="AK35" s="181"/><c r="AL35" s="181"/><c r="AM35" s="181"/><c r="AN35" s="182"/><c r="AO35" s="182"/><c r="AP35" s="355"/><c r="AQ35" s="267"/><c r="AR35" s="186" t="s"><v>64</v></c><c r="AS35" s="186"/><c r="AT35" s="163"/><c r="AU35" s="163"/><c r="AV35" s="163"/><c r="AW35" s="208"><v>2007</v></c><c r="AX35" s="208"><v>2050</v></c><c r="AY35" s="234" t="s"><v>267</v></c><c r="AZ35" s="234"/><c r="BA35" s="181"/><c r="BB35" s="49"/><c r="BC35" s="214"/><c r="BD35" s="214" t="s"><v>117</v></c><c r="BE35" s="215" t="s"><v>255</v></c><c r="BF35" s="103"/><c r="BG35" s="103"/><c r="BH35" s="103"/><c r="BI35" s="216" t="e"><f t="shared" ref="BI35:BL39" ca="1" si="1">-INDEX(INDIRECT(BI$30&amp;"!Year.Matrix"),MATCH($BD35,INDIRECT(BI$30&amp;"!Year.Modules"),0),MATCH("V.05",INDIRECT(BI$30&amp;"!Year.Vectors"),0))/BI$33</f><v>#REF!</v></c><c r="BJ35" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BK35" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BL35" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BM35" s="182"/><c r="BP35" s="225" t="s"><v>667</v></c><c r="BQ35" s="225" t="s"><v>668</v></c><c r="BR35" s="225" t="s"><v>669</v></c><c r="BS35" s="225" t="s"><v>670</v></c></row><row r="36" spans="1:71" s="30" customFormat="1" ht="15"><c r="A36" s="449" t="s"><v>116</v></c><c r="B36" s="452" t="s"><v>476</v></c><c r="C36" s="35" t="s"><v>117</v></c><c r="D36" s="35" t="s"><v>189</v></c><c r="E36" s="444"><v>0</v></c><c r="F36" s="389"/><c r="G36"/><c r="H36" s="385"/><c r="I36" s="385"/><c r="J36" s="385"/><c r="K36" s="385"/><c r="L36" s="384"/><c r="M36" s="419"/><c r="N36" s="243"/><c r="O36" s="420"/><c r="P36" s="427"/><c r="Q36" s="419"/><c r="R36" s="243"/><c r="S36" s="420"/><c r="T36" s="435"/><c r="U36" s="418"/><c r="V36" s="243"><v>0</v></c><c r="W36" s="243"/><c r="X36" s="243"><v>0</v></c><c r="Y36" s="243"><v>0</v></c><c r="Z36" s="243"/><c r="AA36" s="243"><v>0</v></c><c r="AB36" s="420"><v>0</v></c><c r="AC36" s="426"/><c r="AD36"/><c r="AE36" s="181"/><c r="AF36" s="181"/><c r="AG36" s="181"/><c r="AH36" s="181"/><c r="AI36" s="181"/><c r="AJ36" s="181"/><c r="AK36" s="181"/><c r="AL36" s="181"/><c r="AM36" s="181"/><c r="AN36" s="182"/><c r="AO36" s="182"/><c r="AP36" s="355"/><c r="AQ36" s="214"/><c r="AR36" s="187" t="s"><v>50</v></c><c r="AS36" s="185" t="e"><f>INDEX(#REF!, MATCH($AR36, #REF!, 0))</f><v>#REF!</v></c><c r="AT36" s="182"/><c r="AU36" s="184"/><c r="AV36" s="185"/><c r="AW36" s="232" t="e"><f t="shared" ref="AW36:AX42" ca="1" si="2">SUMIFS(INDIRECT("'"&amp;AW$35&amp;"'!Year.EmissionsBySector"), INDIRECT("'"&amp;AW$35&amp;"'!Year.Modules"),$AR36)</f><v>#REF!</v></c><c r="AX36" s="232" t="e"><f t="shared" ca="1" si="2"/><v>#REF!</v></c><c r="AY36" s="235" t="e"><f ca="1">AX36*'Intermediate output'!$H$155/'Intermediate output'!$F$205</f><v>#REF!</v></c><c r="AZ36" s="181"/><c r="BA36" s="181"/><c r="BB36" s="49"/><c r="BC36" s="214"/><c r="BD36" s="214" t="s"><v>132</v></c><c r="BE36" s="215" t="s"><v>254</v></c><c r="BF36" s="103"/><c r="BG36" s="103"/><c r="BH36" s="103"/><c r="BI36" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BJ36" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BK36" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BL36" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BM36" s="182"/><c r="BP36" s="334"/><c r="BQ36" s="14"/><c r="BR36" s="14"/><c r="BS36" s="332"/></row><row r="37" spans="1:71" s="30" customFormat="1" ht="26"><c r="A37" s="449"/><c r="B37" s="452"/><c r="C37" s="218"/><c r="D37" s="219" t="s"><v>384</v></c><c r="E37" s="446"><v>2</v></c><c r="F37" s="390"><v>4</v></c><c r="G37" s="8"/><c r="H37" s="385" t="s"><v>292</v></c><c r="I37" s="385" t="s"><v>293</v></c><c r="J37" s="385" t="s"><v>294</v></c><c r="K37" s="385" t="s"><v>376</v></c><c r="L37" s="8"/><c r="M37" s="424"><v>1</v></c><c r="N37" s="244"><v>4</v></c><c r="O37" s="425"><v>1</v></c><c r="P37" s="434"/><c r="Q37" s="424"><v>4</v></c><c r="R37" s="243"><v>2</v></c><c r="S37" s="425"><v>3</v></c><c r="T37" s="435"><v>4</v></c><c r="U37" s="418"/><c r="V37" s="243"><v>2</v></c><c r="W37" s="243"/><c r="X37" s="243"><v>2</v></c><c r="Y37" s="243"><v>4</v></c><c r="Z37" s="243"/><c r="AA37" s="243"><v>3</v></c><c r="AB37" s="420"><v>3</v></c><c r="AC37" s="428"/><c r="AD37"/><c r="AE37" s="181"/><c r="AF37" s="181"/><c r="AG37" s="181"/><c r="AH37" s="181"/><c r="AI37" s="181"/><c r="AJ37" s="181"/><c r="AK37" s="181"/><c r="AL37" s="181"/><c r="AM37" s="181"/><c r="AN37" s="182"/><c r="AO37" s="182"/><c r="AP37" s="355"/><c r="AQ37" s="214"/><c r="AR37" s="187" t="s"><v>77</v></c><c r="AS37" s="185" t="e"><f>INDEX(#REF!, MATCH($AR37, #REF!, 0))</f><v>#REF!</v></c><c r="AT37" s="182"/><c r="AU37" s="184"/><c r="AV37" s="185"/><c r="AW37" s="232" t="e"><f t="shared" ca="1" si="2"/><v>#REF!</v></c><c r="AX37" s="232" t="e"><f t="shared" ca="1" si="2"/><v>#REF!</v></c><c r="AY37" s="235" t="e"><f ca="1">AX37*'Intermediate output'!$H$155/'Intermediate output'!$F$205</f><v>#REF!</v></c><c r="AZ37" s="181"/><c r="BA37" s="181"/><c r="BB37" s="49"/><c r="BC37" s="214"/><c r="BD37" s="214" t="s"><v>84</v></c><c r="BE37" s="215" t="s"><v>356</v></c><c r="BF37" s="103"/><c r="BG37" s="103"/><c r="BH37" s="103"/><c r="BI37" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BJ37" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BK37" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BL37" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BM37" s="182"/><c r="BP37" s="334" t="s"><v>292</v></c><c r="BQ37" s="14" t="s"><v>293</v></c><c r="BR37" s="14" t="s"><v>294</v></c><c r="BS37" s="14" t="s"><v>376</v></c></row><row r="38" spans="1:71" s="30" customFormat="1" ht="26"><c r="A38" s="449"/><c r="B38" s="452"/><c r="C38" s="218"/><c r="D38" s="219" t="s"><v>385</v></c><c r="E38" s="446"><v>3</v></c><c r="F38" s="390"><v>4</v></c><c r="G38" s="8"/><c r="H38" s="385" t="s"><v>443</v></c><c r="I38" s="385" t="s"><v>444</v></c><c r="J38" s="385" t="s"><v>445</v></c><c r="K38" s="385" t="s"><v>446</v></c><c r="L38" s="8"/><c r="M38" s="424"><v>1</v></c><c r="N38" s="244"><v>4</v></c><c r="O38" s="425"><v>1</v></c><c r="P38" s="434"/><c r="Q38" s="424"><v>4</v></c><c r="R38" s="243"><v>3</v></c><c r="S38" s="425"><v>3</v></c><c r="T38" s="435"><v>3</v></c><c r="U38" s="418"/><c r="V38" s="243"><v>4</v></c><c r="W38" s="243"/><c r="X38" s="243"><v>3</v></c><c r="Y38" s="243"><v>2</v></c><c r="Z38" s="243"/><c r="AA38" s="243"><v>4</v></c><c r="AB38" s="420"><v>4</v></c><c r="AC38" s="428"/><c r="AD38"/><c r="AE38" s="181"/><c r="AF38" s="181"/><c r="AG38" s="181"/><c r="AH38" s="181"/><c r="AI38" s="181"/><c r="AJ38" s="181"/><c r="AK38" s="181"/><c r="AL38" s="181"/><c r="AM38" s="181"/><c r="AN38" s="182"/><c r="AO38" s="182"/><c r="AP38" s="355"/><c r="AQ38" s="214"/><c r="AR38" s="187" t="s"><v>81</v></c><c r="AS38" s="185" t="e"><f>INDEX(#REF!, MATCH($AR38, #REF!, 0))</f><v>#REF!</v></c><c r="AT38" s="182"/><c r="AU38" s="184"/><c r="AV38" s="185"/><c r="AW38" s="232" t="e"><f t="shared" ca="1" si="2"/><v>#REF!</v></c><c r="AX38" s="232" t="e"><f t="shared" ca="1" si="2"/><v>#REF!</v></c><c r="AY38" s="235" t="e"><f ca="1">AX38*'Intermediate output'!$H$155/'Intermediate output'!$F$205</f><v>#REF!</v></c><c r="AZ38" s="181"/><c r="BA38" s="181"/><c r="BB38" s="49"/><c r="BC38" s="214"/><c r="BD38" s="214" t="s"><v>104</v></c><c r="BE38" s="215" t="s"><v>357</v></c><c r="BF38" s="103"/><c r="BG38" s="103"/><c r="BH38" s="103"/><c r="BI38" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BJ38" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BK38" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BL38" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BM38" s="182"/><c r="BP38" s="334" t="s"><v>443</v></c><c r="BQ38" s="14" t="s"><v>444</v></c><c r="BR38" s="14" t="s"><v>445</v></c><c r="BS38" s="14" t="s"><v>446</v></c></row><row r="39" spans="1:71" s="30" customFormat="1" ht="26"><c r="A39" s="449"/><c r="B39" s="452"/><c r="C39" s="218"/><c r="D39" s="219" t="s"><v>386</v></c><c r="E39" s="446"><v>4</v></c><c r="F39" s="390" t="s"><v>203</v></c><c r="G39" s="8"/><c r="H39" s="385" t="s"><v>346</v></c><c r="I39" s="385" t="s"><v>586</v></c><c r="J39" s="385" t="s"><v>587</v></c><c r="K39" s="385" t="s"><v>588</v></c><c r="L39" s="8"/><c r="M39" s="424"><v>1</v></c><c r="N39" s="244"><v>4</v></c><c r="O39" s="425"><v>1</v></c><c r="P39" s="434"/><c r="Q39" s="424"><v>4</v></c><c r="R39" s="243"><v>3</v></c><c r="S39" s="425"><v>3</v></c><c r="T39" s="435"><v>3</v></c><c r="U39" s="418"/><c r="V39" s="243"><v>4</v></c><c r="W39" s="243"/><c r="X39" s="243"><v>4</v></c><c r="Y39" s="243"><v>3</v></c><c r="Z39" s="243"/><c r="AA39" s="243"><v>3</v></c><c r="AB39" s="420"><v>3</v></c><c r="AC39" s="428"/><c r="AD39" s="7"/><c r="AE39" s="181"/><c r="AF39" s="181"/><c r="AG39" s="181"/><c r="AH39" s="181"/><c r="AI39" s="181"/><c r="AJ39" s="181"/><c r="AK39" s="181"/><c r="AL39" s="181"/><c r="AM39" s="181"/><c r="AN39" s="182"/><c r="AO39" s="182"/><c r="AP39" s="355"/><c r="AQ39" s="214"/><c r="AR39" s="187" t="s"><v>78</v></c><c r="AS39" s="185" t="e"><f>INDEX(#REF!, MATCH($AR39, #REF!, 0))</f><v>#REF!</v></c><c r="AT39" s="182"/><c r="AU39" s="184"/><c r="AV39" s="185"/><c r="AW39" s="232" t="e"><f t="shared" ca="1" si="2"/><v>#REF!</v></c><c r="AX39" s="232" t="e"><f t="shared" ca="1" si="2"/><v>#REF!</v></c><c r="AY39" s="235" t="e"><f ca="1">AX39*'Intermediate output'!$H$155/'Intermediate output'!$F$205</f><v>#REF!</v></c><c r="AZ39" s="181"/><c r="BA39" s="181"/><c r="BB39" s="49"/><c r="BC39" s="214"/><c r="BD39" s="214" t="s"><v>120</v></c><c r="BE39" s="215" t="s"><v>358</v></c><c r="BF39" s="103"/><c r="BG39" s="103"/><c r="BH39" s="103"/><c r="BI39" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BJ39" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BK39" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BL39" s="216" t="e"><f t="shared" ca="1" si="1"/><v>#REF!</v></c><c r="BM39" s="182"/><c r="BP39" s="14" t="s"><v>346</v></c><c r="BQ39" s="14" t="s"><v>586</v></c><c r="BR39" s="14" t="s"><v>587</v></c><c r="BS39" s="14" t="s"><v>588</v></c></row><row r="40" spans="1:71" s="30" customFormat="1" ht="26"><c r="A40" s="449"/><c r="B40" s="452"/><c r="C40" s="218"/><c r="D40" s="219" t="s"><v>387</v></c><c r="E40" s="446"><v>1</v></c><c r="F40" s="390" t="s"><v>203</v></c><c r="G40" s="8"/><c r="H40" s="385" t="s"><v>655</v></c><c r="I40" s="385" t="s"><v>656</v></c><c r="J40" s="385" t="s"><v>297</v></c><c r="K40" s="385" t="s"><v>377</v></c><c r="L40" s="8"/><c r="M40" s="424"><v>1</v></c><c r="N40" s="244"><v>4</v></c><c r="O40" s="425"><v>1</v></c><c r="P40" s="434"/><c r="Q40" s="424"><v>4</v></c><c r="R40" s="243"><v>3</v></c><c r="S40" s="425"><v>2</v></c><c r="T40" s="435"><v>3</v></c><c r="U40" s="418"/><c r="V40" s="243"><v>1</v></c><c r="W40" s="243"/><c r="X40" s="243"><v>1</v></c><c r="Y40" s="243"><v>4</v></c><c r="Z40" s="243"/><c r="AA40" s="243"><v>3</v></c><c r="AB40" s="420"><v>3</v></c><c r="AC40" s="428"/><c r="AD40"/><c r="AE40" s="181"/><c r="AF40" s="181"/><c r="AG40" s="181"/><c r="AH40" s="181"/><c r="AI40" s="181"/><c r="AJ40" s="181"/><c r="AK40" s="181"/><c r="AL40" s="181"/><c r="AM40" s="181"/><c r="AN40" s="182"/><c r="AO40" s="182"/><c r="AP40" s="355"/><c r="AQ40" s="214"/><c r="AR40" s="187" t="s"><v>82</v></c><c r="AS40" s="185" t="e"><f>INDEX(#REF!, MATCH($AR40, #REF!, 0))</f><v>#REF!</v></c><c r="AT40" s="182"/><c r="AU40" s="184"/><c r="AV40" s="185"/><c r="AW40" s="232" t="e"><f t="shared" ca="1" si="2"/><v>#REF!</v></c><c r="AX40" s="232" t="e"><f t="shared" ca="1" si="2"/><v>#REF!</v></c><c r="AY40" s="235" t="e"><f ca="1">AX40*'Intermediate output'!$H$155/'Intermediate output'!$F$205</f><v>#REF!</v></c><c r="AZ40" s="181"/><c r="BA40" s="181"/><c r="BB40" s="49"/><c r="BC40" s="165"/><c r="BD40" s="183"/><c r="BE40" s="183"/><c r="BF40" s="183"/><c r="BG40" s="183"/><c r="BH40" s="183"/><c r="BI40" s="183"/><c r="BJ40" s="183"/><c r="BK40" s="183"/><c r="BL40" s="183"/><c r="BM40" s="182"/><c r="BP40" s="334" t="s"><v>295</v></c><c r="BQ40" s="14" t="s"><v>296</v></c><c r="BR40" s="210" t="s"><v>297</v></c><c r="BS40" s="14" t="s"><v>377</v></c></row><row r="41" spans="1:71" s="30" customFormat="1" ht="15"><c r="A41" s="449"/><c r="B41" s="452" t="s"><v>477</v></c><c r="C41" s="35" t="s"><v>133</v></c><c r="D41" s="35" t="s"><v>135</v></c><c r="E41" s="444"><v>0</v></c><c r="F41" s="389"/><c r="G41"/><c r="H41" s="386"/><c r="I41" s="386"/><c r="J41" s="386"/><c r="K41" s="386"/><c r="L41" s="384"/><c r="M41" s="419"/><c r="N41" s="243"/><c r="O41" s="420"/><c r="P41" s="427"/><c r="Q41" s="419"/><c r="R41" s="243"/><c r="S41" s="420"/><c r="T41" s="435"/><c r="U41" s="418"/><c r="V41" s="243"><v>0</v></c><c r="W41" s="243"/><c r="X41" s="243"><v>0</v></c><c r="Y41" s="243"><v>0</v></c><c r="Z41" s="243"/><c r="AA41" s="243"><v>0</v></c><c r="AB41" s="420"><v>0</v></c><c r="AC41" s="426"/><c r="AD41"/><c r="AE41" s="181"/><c r="AF41" s="181"/><c r="AG41" s="181"/><c r="AH41" s="181"/><c r="AI41" s="181"/><c r="AJ41" s="181"/><c r="AK41" s="181"/><c r="AL41" s="181"/><c r="AM41" s="181"/><c r="AN41" s="182"/><c r="AO41" s="182"/><c r="AP41" s="355"/><c r="AQ41" s="214"/><c r="AR41" s="187" t="s"><v>83</v></c><c r="AS41" s="185" t="e"><f>INDEX(#REF!, MATCH($AR41, #REF!, 0))</f><v>#REF!</v></c><c r="AT41" s="182"/><c r="AU41" s="184"/><c r="AV41" s="185"/><c r="AW41" s="232" t="e"><f t="shared" ca="1" si="2"/><v>#REF!</v></c><c r="AX41" s="232" t="e"><f t="shared" ca="1" si="2"/><v>#REF!</v></c><c r="AY41" s="235" t="e"><f ca="1">AX41*'Intermediate output'!$H$155/'Intermediate output'!$F$205</f><v>#REF!</v></c><c r="AZ41" s="181"/><c r="BA41" s="181"/><c r="BB41" s="49"/><c r="BC41" s="361"/><c r="BD41" s="196" t="s"><v>241</v></c><c r="BE41" s="185"/><c r="BF41" s="185"/><c r="BG41" s="184"/><c r="BH41" s="185"/><c r="BI41" s="204" t="e"><f ca="1">-(INDEX(INDIRECT(BI$30&amp;"!Year.Matrix"),MATCH("Subtotal.Supply",INDIRECT(BI$30&amp;"!Year.Modules"),0),MATCH("V.04",INDIRECT(BI$30&amp;"!Year.Vectors"),0))+INDEX(INDIRECT(BI$30&amp;"!Year.Matrix"),MATCH("Subtotal.Consumption",INDIRECT(BI$30&amp;"!Year.Modules"),0),MATCH("V.04",INDIRECT(BI$30&amp;"!Year.Vectors"),0)))</f><v>#REF!</v></c><c r="BJ41" s="204" t="e"><f ca="1">-(INDEX(INDIRECT(BJ$30&amp;"!Year.Matrix"),MATCH("Subtotal.Supply",INDIRECT(BJ$30&amp;"!Year.Modules"),0),MATCH("V.04",INDIRECT(BJ$30&amp;"!Year.Vectors"),0))+INDEX(INDIRECT(BJ$30&amp;"!Year.Matrix"),MATCH("Subtotal.Consumption",INDIRECT(BJ$30&amp;"!Year.Modules"),0),MATCH("V.04",INDIRECT(BJ$30&amp;"!Year.Vectors"),0)))</f><v>#REF!</v></c><c r="BK41" s="204" t="e"><f ca="1">-(INDEX(INDIRECT(BK$30&amp;"!Year.Matrix"),MATCH("Subtotal.Supply",INDIRECT(BK$30&amp;"!Year.Modules"),0),MATCH("V.04",INDIRECT(BK$30&amp;"!Year.Vectors"),0))+INDEX(INDIRECT(BK$30&amp;"!Year.Matrix"),MATCH("Subtotal.Consumption",INDIRECT(BK$30&amp;"!Year.Modules"),0),MATCH("V.04",INDIRECT(BK$30&amp;"!Year.Vectors"),0)))</f><v>#REF!</v></c><c r="BL41" s="204" t="e"><f ca="1">-(INDEX(INDIRECT(BL$30&amp;"!Year.Matrix"),MATCH("Subtotal.Supply",INDIRECT(BL$30&amp;"!Year.Modules"),0),MATCH("V.04",INDIRECT(BL$30&amp;"!Year.Vectors"),0))+INDEX(INDIRECT(BL$30&amp;"!Year.Matrix"),MATCH("Subtotal.Consumption",INDIRECT(BL$30&amp;"!Year.Modules"),0),MATCH("V.04",INDIRECT(BL$30&amp;"!Year.Vectors"),0)))</f><v>#REF!</v></c><c r="BM41" s="183"/><c r="BP41" s="336"/></row><row r="42" spans="1:71" s="14" customFormat="1" ht="26"><c r="A42" s="449"/><c r="B42" s="452"/><c r="C42" s="219"/><c r="D42" s="219" t="s"><v>569</v></c><c r="E42" s="444"><v>2</v></c><c r="F42" s="390"><v>4</v></c><c r="G42" s="7"/><c r="H42" s="385" t="s"><v>305</v></c><c r="I42" s="385" t="s"><v>306</v></c><c r="J42" s="385" t="s"><v>307</v></c><c r="K42" s="385" t="s"><v>379</v></c><c r="L42" s="384"/><c r="M42" s="419"><v>1</v></c><c r="N42" s="243"><v>4</v></c><c r="O42" s="420"><v>1</v></c><c r="P42" s="427"/><c r="Q42" s="419"><v>4</v></c><c r="R42" s="243"><v>2</v></c><c r="S42" s="420"><v>3</v></c><c r="T42" s="435"><v>4</v></c><c r="U42" s="418"/><c r="V42" s="243"><v>4</v></c><c r="W42" s="243"/><c r="X42" s="243"><v>2</v></c><c r="Y42" s="243"><v>4</v></c><c r="Z42" s="243"/><c r="AA42" s="243"><v>4</v></c><c r="AB42" s="420"><v>4</v></c><c r="AC42" s="426"/><c r="AD42" s="7"/><c r="AE42" s="181"/><c r="AF42" s="181"/><c r="AG42" s="181"/><c r="AH42" s="181"/><c r="AI42" s="181"/><c r="AJ42" s="181"/><c r="AK42" s="181"/><c r="AL42" s="181"/><c r="AM42" s="181"/><c r="AN42" s="182"/><c r="AO42" s="182"/><c r="AP42" s="355"/><c r="AQ42" s="214"/><c r="AR42" s="187" t="s"><v>84</v></c><c r="AS42" s="185" t="e"><f>INDEX(#REF!, MATCH($AR42, #REF!, 0))</f><v>#REF!</v></c><c r="AT42" s="182"/><c r="AU42" s="184"/><c r="AV42" s="185"/><c r="AW42" s="232" t="e"><f t="shared" ca="1" si="2"/><v>#REF!</v></c><c r="AX42" s="232" t="e"><f t="shared" ca="1" si="2"/><v>#REF!</v></c><c r="AY42" s="235" t="e"><f ca="1">AX42*'Intermediate output'!$H$155/'Intermediate output'!$F$205</f><v>#REF!</v></c><c r="AZ42" s="181"/><c r="BA42" s="181"/><c r="BB42" s="49"/><c r="BC42" s="362"/><c r="BD42" s="362" t="s"><v>77</v></c><c r="BE42" s="366" t="s"><v>245</v></c><c r="BF42" s="165"/><c r="BG42" s="368"/><c r="BH42" s="366"/><c r="BI42" s="367" t="e"><f ca="1">INDEX(INDIRECT(BI$30&amp;"!Year.Matrix"),MATCH($BD42,INDIRECT(BI$30&amp;"!Year.Modules"),0),MATCH("V.04",INDIRECT(BI$30&amp;"!Year.Vectors"),0))/BI$41</f><v>#REF!</v></c><c r="BJ42" s="367" t="e"><f ca="1">INDEX(INDIRECT(BJ$30&amp;"!Year.Matrix"),MATCH($BD42,INDIRECT(BJ$30&amp;"!Year.Modules"),0),MATCH("V.04",INDIRECT(BJ$30&amp;"!Year.Vectors"),0))/BJ$41</f><v>#REF!</v></c><c r="BK42" s="367" t="e"><f ca="1">INDEX(INDIRECT(BK$30&amp;"!Year.Matrix"),MATCH($BD42,INDIRECT(BK$30&amp;"!Year.Modules"),0),MATCH("V.04",INDIRECT(BK$30&amp;"!Year.Vectors"),0))/BK$41</f><v>#REF!</v></c><c r="BL42" s="367" t="e"><f ca="1">INDEX(INDIRECT(BL$30&amp;"!Year.Matrix"),MATCH($BD42,INDIRECT(BL$30&amp;"!Year.Modules"),0),MATCH("V.04",INDIRECT(BL$30&amp;"!Year.Vectors"),0))/BL$41</f><v>#REF!</v></c><c r="BM42" s="182"/><c r="BP42" s="334" t="s"><v>305</v></c><c r="BQ42" s="14" t="s"><v>306</v></c><c r="BR42" s="14" t="s"><v>307</v></c><c r="BS42" s="14" t="s"><v>379</v></c></row><row r="43" spans="1:71" s="14" customFormat="1" ht="26"><c r="A43" s="449"/><c r="B43" s="452"/><c r="C43" s="219"/><c r="D43" s="219" t="s"><v>390</v></c><c r="E43" s="444"><v>1</v></c><c r="F43" s="390" t="s"><v>201</v></c><c r="G43" s="7"/><c r="H43" s="385" t="s"><v>544</v></c><c r="I43" s="385" t="s"><v>545</v></c><c r="J43" s="385" t="s"><v>485</v></c><c r="K43" s="385" t="s"><v>485</v></c><c r="L43" s="384"/><c r="M43" s="419"><v>1</v></c><c r="N43" s="243"><v>2</v></c><c r="O43" s="420"><v>1</v></c><c r="P43" s="427"/><c r="Q43" s="419"><v>2</v></c><c r="R43" s="243"><v>2</v></c><c r="S43" s="420"><v>1</v></c><c r="T43" s="435"><v>2</v></c><c r="U43" s="418"/><c r="V43" s="243"><v>2</v></c><c r="W43" s="243"/><c r="X43" s="243"><v>1</v></c><c r="Y43" s="243"><v>2</v></c><c r="Z43" s="243"/><c r="AA43" s="243"><v>1</v></c><c r="AB43" s="420"><v>2</v></c><c r="AC43" s="426"/><c r="AD43" s="7"/><c r="AE43" s="182"/><c r="AF43" s="182"/><c r="AG43" s="182"/><c r="AH43" s="182"/><c r="AI43" s="182"/><c r="AJ43" s="182"/><c r="AK43" s="184"/><c r="AL43" s="185"/><c r="AM43" s="185"/><c r="AN43" s="182"/><c r="AO43" s="182"/><c r="AP43" s="355"/><c r="AQ43" s="214"/><c r="AR43" s="187"/><c r="AS43" s="185"/><c r="AT43" s="182"/><c r="AU43" s="184"/><c r="AV43" s="185"/><c r="AW43" s="232"/><c r="AX43" s="232"/><c r="AY43" s="235"/><c r="AZ43" s="181"/><c r="BA43" s="181"/><c r="BB43" s="49"/><c r="BC43" s="214"/><c r="BD43" s="214" t="s"><v>85</v></c><c r="BE43" s="215" t="s"><v>243</v></c><c r="BF43" s="55"/><c r="BG43" s="226"/><c r="BH43" s="215"/><c r="BI43" s="216" t="e"><f t="shared" ref="BI43:BL45" ca="1" si="3">-INDEX(INDIRECT(BI$30&amp;"!Year.Matrix"),MATCH($BD43,INDIRECT(BI$30&amp;"!Year.Modules"),0),MATCH("V.04",INDIRECT(BI$30&amp;"!Year.Vectors"),0))/BI$41</f><v>#REF!</v></c><c r="BJ43" s="216" t="e"><f t="shared" ca="1" si="3"/><v>#REF!</v></c><c r="BK43" s="216" t="e"><f t="shared" ca="1" si="3"/><v>#REF!</v></c><c r="BL43" s="216" t="e"><f t="shared" ca="1" si="3"/><v>#REF!</v></c><c r="BM43" s="182"/><c r="BP43" s="14" t="s"><v>544</v></c><c r="BQ43" s="14" t="s"><v>545</v></c><c r="BR43" s="14" t="s"><v>545</v></c><c r="BS43" s="14" t="s"><v>545</v></c></row><row r="44" spans="1:71" s="14" customFormat="1" ht="15"><c r="A44" s="449" t="s"><v>478</v></c><c r="B44" s="451" t="s"><v>27</v></c><c r="C44" s="35" t="s"><v>124</v></c><c r="D44" s="35" t="s"><v>71</v></c><c r="E44" s="444"/><c r="F44" s="389"/><c r="G44"/><c r="H44" s="386"/><c r="I44" s="386"/><c r="J44" s="386"/><c r="K44" s="386"/><c r="L44" s="384"/><c r="M44" s="419"/><c r="N44" s="243"/><c r="O44" s="420"/><c r="P44" s="427"/><c r="Q44" s="419"/><c r="R44" s="243"/><c r="S44" s="420"/><c r="T44" s="435"/><c r="U44" s="418"/><c r="V44" s="243"/><c r="W44" s="243"/><c r="X44" s="243"/><c r="Y44" s="243"/><c r="Z44" s="243"/><c r="AA44" s="243"/><c r="AB44" s="420"/><c r="AC44" s="426"/><c r="AE44" s="182"/><c r="AF44" s="182"/><c r="AG44" s="182"/><c r="AH44" s="182"/><c r="AI44" s="182"/><c r="AJ44" s="182"/><c r="AK44" s="184"/><c r="AL44" s="185"/><c r="AM44" s="185"/><c r="AN44" s="182"/><c r="AO44" s="182"/><c r="AP44" s="355"/><c r="AQ44" s="214"/><c r="AR44" s="187" t="s"><v>85</v></c><c r="AS44" s="185" t="e"><f>INDEX(#REF!, MATCH($AR44, #REF!, 0))</f><v>#REF!</v></c><c r="AT44" s="182"/><c r="AU44" s="184"/><c r="AV44" s="185"/><c r="AW44" s="232" t="e"><f t="shared" ref="AW44:AX46" ca="1" si="4">SUMIFS(INDIRECT("'"&amp;AW$35&amp;"'!Year.EmissionsBySector"), INDIRECT("'"&amp;AW$35&amp;"'!Year.Modules"),$AR44)</f><v>#REF!</v></c><c r="AX44" s="232" t="e"><f t="shared" ca="1" si="4"/><v>#REF!</v></c><c r="AY44" s="235" t="e"><f ca="1">AX44*'Intermediate output'!$H$155/'Intermediate output'!$F$205</f><v>#REF!</v></c><c r="AZ44" s="182"/><c r="BA44" s="182"/><c r="BB44" s="49"/><c r="BC44" s="214"/><c r="BD44" s="214" t="s"><v>84</v></c><c r="BE44" s="215" t="s"><v>247</v></c><c r="BF44" s="55"/><c r="BG44" s="226"/><c r="BH44" s="215"/><c r="BI44" s="216" t="e"><f t="shared" ca="1" si="3"/><v>#REF!</v></c><c r="BJ44" s="216" t="e"><f t="shared" ca="1" si="3"/><v>#REF!</v></c><c r="BK44" s="216" t="e"><f t="shared" ca="1" si="3"/><v>#REF!</v></c><c r="BL44" s="216" t="e"><f t="shared" ca="1" si="3"/><v>#REF!</v></c><c r="BM44" s="183"/><c r="BP44" s="231"/><c r="BQ44" s="332"/><c r="BR44" s="332"/><c r="BS44" s="332"/></row><row r="45" spans="1:71" s="14" customFormat="1" ht="15"><c r="A45" s="449"/><c r="B45" s="451"/><c r="C45" s="219"/><c r="D45" s="219" t="s"><v>582</v></c><c r="E45" s="444"><v>2</v></c><c r="F45" s="390" t="s"><v>202</v></c><c r="G45" s="7"/><c r="H45" s="385" t="s"><v>447</v></c><c r="I45" s="385" t="s"><v>448</v></c><c r="J45" s="385" t="s"><v>449</v></c><c r="K45" s="385" t="s"><v>487</v></c><c r="L45" s="384"/><c r="M45" s="419"><v>1</v></c><c r="N45" s="243"><v>4</v></c><c r="O45" s="420"><v>2</v></c><c r="P45" s="427"/><c r="Q45" s="419"><v>2</v></c><c r="R45" s="243"><v>2</v></c><c r="S45" s="420"><v>2</v></c><c r="T45" s="435"><v>2</v></c><c r="U45" s="418"/><c r="V45" s="243"><v>1</v></c><c r="W45" s="243"/><c r="X45" s="243"><v>2</v></c><c r="Y45" s="243"><v>3</v></c><c r="Z45" s="243"/><c r="AA45" s="243"><v>2</v></c><c r="AB45" s="420"><v>2</v></c><c r="AC45" s="426"/><c r="AE45" s="182"/><c r="AF45" s="182"/><c r="AG45" s="182"/><c r="AH45" s="182"/><c r="AI45" s="182"/><c r="AJ45" s="182"/><c r="AK45" s="184"/><c r="AL45" s="185"/><c r="AM45" s="185"/><c r="AN45" s="182"/><c r="AO45" s="182"/><c r="AP45" s="355"/><c r="AQ45" s="214"/><c r="AR45" s="187" t="s"><v>147</v></c><c r="AS45" s="185" t="e"><f>INDEX(#REF!, MATCH($AR45, #REF!, 0))</f><v>#REF!</v></c><c r="AT45" s="182"/><c r="AU45" s="184"/><c r="AV45" s="185"/><c r="AW45" s="232" t="e"><f t="shared" ca="1" si="4"/><v>#REF!</v></c><c r="AX45" s="232" t="e"><f t="shared" ca="1" si="4"/><v>#REF!</v></c><c r="AY45" s="235" t="e"><f ca="1">AX45*'Intermediate output'!$H$155/'Intermediate output'!$F$205</f><v>#REF!</v></c><c r="AZ45" s="182"/><c r="BA45" s="182"/><c r="BB45" s="49"/><c r="BC45" s="214"/><c r="BD45" s="214" t="s"><v>149</v></c><c r="BE45" s="215" t="s"><v>263</v></c><c r="BF45" s="55"/><c r="BG45" s="226"/><c r="BH45" s="215"/><c r="BI45" s="216" t="e"><f t="shared" ca="1" si="3"/><v>#REF!</v></c><c r="BJ45" s="216" t="e"><f t="shared" ca="1" si="3"/><v>#REF!</v></c><c r="BK45" s="216" t="e"><f t="shared" ca="1" si="3"/><v>#REF!</v></c><c r="BL45" s="216" t="e"><f t="shared" ca="1" si="3"/><v>#REF!</v></c><c r="BM45" s="183"/><c r="BP45" s="334" t="s"><v>447</v></c><c r="BQ45" s="14" t="s"><v>448</v></c><c r="BR45" s="14" t="s"><v>449</v></c><c r="BS45" s="14" t="s"><v>449</v></c></row><row r="46" spans="1:71" s="14" customFormat="1" ht="26"><c r="A46" s="449"/><c r="B46" s="451"/><c r="C46" s="219"/><c r="D46" s="219" t="s"><v>583</v></c><c r="E46" s="444"><v>2</v></c><c r="F46" s="390"><v>3</v></c><c r="G46" s="7"/><c r="H46" s="385" t="s"><v>450</v></c><c r="I46" s="385" t="s"><v>451</v></c><c r="J46" s="385" t="s"><v>452</v></c><c r="K46" s="385" t="s"><v>486</v></c><c r="L46" s="384"/><c r="M46" s="419"><v>1</v></c><c r="N46" s="243"><v>3</v></c><c r="O46" s="420"><v>1</v></c><c r="P46" s="427"/><c r="Q46" s="419"><v>3</v></c><c r="R46" s="243"><v>1</v></c><c r="S46" s="420"><v>3</v></c><c r="T46" s="435"><v>3</v></c><c r="U46" s="418"/><c r="V46" s="243"><v>3</v></c><c r="W46" s="243"/><c r="X46" s="243"><v>2</v></c><c r="Y46" s="243"><v>2</v></c><c r="Z46" s="243"/><c r="AA46" s="243"><v>3</v></c><c r="AB46" s="420"><v>3</v></c><c r="AC46" s="426"/><c r="AE46" s="182"/><c r="AF46" s="182"/><c r="AG46" s="182"/><c r="AH46" s="182"/><c r="AI46" s="182"/><c r="AJ46" s="182"/><c r="AK46" s="184"/><c r="AL46" s="185"/><c r="AM46" s="185"/><c r="AN46" s="182"/><c r="AO46" s="182"/><c r="AP46" s="355"/><c r="AQ46" s="214"/><c r="AR46" s="187" t="s"><v>163</v></c><c r="AS46" s="185" t="e"><f>INDEX(#REF!, MATCH($AR46, #REF!, 0))</f><v>#REF!</v></c><c r="AT46" s="182"/><c r="AU46" s="184"/><c r="AV46" s="185"/><c r="AW46" s="232" t="e"><f t="shared" ca="1" si="4"/><v>#REF!</v></c><c r="AX46" s="232" t="e"><f t="shared" ca="1" si="4"/><v>#REF!</v></c><c r="AY46" s="235" t="e"><f ca="1">AX46*'Intermediate output'!$H$155/'Intermediate output'!$F$205</f><v>#REF!</v></c><c r="AZ46" s="182"/><c r="BA46" s="182"/><c r="BB46" s="49"/><c r="BC46" s="55"/><c r="BD46" s="182"/><c r="BE46" s="182"/><c r="BF46" s="182"/><c r="BG46" s="182"/><c r="BH46" s="182"/><c r="BI46" s="182"/><c r="BJ46" s="182"/><c r="BK46" s="182"/><c r="BL46" s="182"/><c r="BM46" s="183"/><c r="BP46" s="334" t="s"><v>533</v></c><c r="BQ46" s="14" t="s"><v>534</v></c><c r="BR46" s="14" t="s"><v>535</v></c><c r="BS46" s="14" t="s"><v>535</v></c></row><row r="47" spans="1:71" s="14" customFormat="1" ht="15"><c r="A47" s="449"/><c r="B47" s="451" t="s"><v>479</v></c><c r="C47" s="35" t="s"><v>132</v></c><c r="D47" s="35" t="s"><v>190</v></c><c r="E47" s="444"/><c r="F47" s="389"/><c r="G47"/><c r="H47" s="386"/><c r="I47" s="386"/><c r="J47" s="386"/><c r="K47" s="386"/><c r="L47" s="384"/><c r="M47" s="419"/><c r="N47" s="243"/><c r="O47" s="420"/><c r="P47" s="427"/><c r="Q47" s="419"/><c r="R47" s="243"/><c r="S47" s="420"/><c r="T47" s="435"/><c r="U47" s="418"/><c r="V47" s="243"/><c r="W47" s="243"/><c r="X47" s="243"/><c r="Y47" s="243"/><c r="Z47" s="243"/><c r="AA47" s="243"/><c r="AB47" s="420"/><c r="AC47" s="426"/><c r="AE47" s="182"/><c r="AF47" s="182"/><c r="AG47" s="182"/><c r="AH47" s="182"/><c r="AI47" s="182"/><c r="AJ47" s="182"/><c r="AK47" s="184"/><c r="AL47" s="185"/><c r="AM47" s="185"/><c r="AN47" s="182"/><c r="AO47" s="182"/><c r="AP47" s="355"/><c r="AQ47" s="55"/><c r="AR47" s="188"/><c r="AS47" s="189" t="s"><v>59</v></c><c r="AT47" s="188"/><c r="AU47" s="188"/><c r="AV47" s="188"/><c r="AW47" s="233" t="e"><f ca="1">SUM(AW36:AW46)</f><v>#REF!</v></c><c r="AX47" s="233" t="e"><f ca="1">SUM(AX36:AX46)</f><v>#REF!</v></c><c r="AY47" s="236" t="e"><f ca="1">AX47*'Intermediate output'!$H$155/'Intermediate output'!$F$205</f><v>#REF!</v></c><c r="AZ47" s="236"/><c r="BA47" s="182"/><c r="BB47" s="49"/><c r="BC47" s="361"/><c r="BD47" s="196" t="s"><v>240</v></c><c r="BE47" s="185"/><c r="BF47" s="185"/><c r="BG47" s="184"/><c r="BH47" s="185"/><c r="BI47" s="204" t="e"><f ca="1">-(INDEX(INDIRECT(BI$30&amp;"!Year.Matrix"),MATCH("Subtotal.Supply",INDIRECT(BI$30&amp;"!Year.Modules"),0),MATCH("V.03",INDIRECT(BI$30&amp;"!Year.Vectors"),0))+INDEX(INDIRECT(BI$30&amp;"!Year.Matrix"),MATCH("Subtotal.Consumption",INDIRECT(BI$30&amp;"!Year.Modules"),0),MATCH("V.03",INDIRECT(BI$30&amp;"!Year.Vectors"),0)))</f><v>#REF!</v></c><c r="BJ47" s="204" t="e"><f ca="1">-(INDEX(INDIRECT(BJ$30&amp;"!Year.Matrix"),MATCH("Subtotal.Supply",INDIRECT(BJ$30&amp;"!Year.Modules"),0),MATCH("V.03",INDIRECT(BJ$30&amp;"!Year.Vectors"),0))+INDEX(INDIRECT(BJ$30&amp;"!Year.Matrix"),MATCH("Subtotal.Consumption",INDIRECT(BJ$30&amp;"!Year.Modules"),0),MATCH("V.03",INDIRECT(BJ$30&amp;"!Year.Vectors"),0)))</f><v>#REF!</v></c><c r="BK47" s="204" t="e"><f ca="1">-(INDEX(INDIRECT(BK$30&amp;"!Year.Matrix"),MATCH("Subtotal.Supply",INDIRECT(BK$30&amp;"!Year.Modules"),0),MATCH("V.03",INDIRECT(BK$30&amp;"!Year.Vectors"),0))+INDEX(INDIRECT(BK$30&amp;"!Year.Matrix"),MATCH("Subtotal.Consumption",INDIRECT(BK$30&amp;"!Year.Modules"),0),MATCH("V.03",INDIRECT(BK$30&amp;"!Year.Vectors"),0)))</f><v>#REF!</v></c><c r="BL47" s="204" t="e"><f ca="1">-(INDEX(INDIRECT(BL$30&amp;"!Year.Matrix"),MATCH("Subtotal.Supply",INDIRECT(BL$30&amp;"!Year.Modules"),0),MATCH("V.03",INDIRECT(BL$30&amp;"!Year.Vectors"),0))+INDEX(INDIRECT(BL$30&amp;"!Year.Matrix"),MATCH("Subtotal.Consumption",INDIRECT(BL$30&amp;"!Year.Modules"),0),MATCH("V.03",INDIRECT(BL$30&amp;"!Year.Vectors"),0)))</f><v>#REF!</v></c><c r="BM47" s="182"/><c r="BP47" s="334"/><c r="BS47" s="332"/></row><row r="48" spans="1:71" s="14" customFormat="1" ht="26"><c r="A48" s="449"/><c r="B48" s="451"/><c r="C48" s="218"/><c r="D48" s="219" t="s"><v>391</v></c><c r="E48" s="444"><v>3</v></c><c r="F48" s="390"><v>4</v></c><c r="G48" s="7"/><c r="H48" s="385" t="s"><v>272</v></c><c r="I48" s="385" t="s"><v>273</v></c><c r="J48" s="385" t="s"><v>298</v></c><c r="K48" s="385" t="s"><v>299</v></c><c r="L48" s="384"/><c r="M48" s="419"><v>1</v></c><c r="N48" s="243"><v>4</v></c><c r="O48" s="420"><v>1</v></c><c r="P48" s="427"/><c r="Q48" s="419"><v>4</v></c><c r="R48" s="243"><v>2</v></c><c r="S48" s="420"><v>3</v></c><c r="T48" s="435"><v>4</v></c><c r="U48" s="418"/><c r="V48" s="243"><v>4</v></c><c r="W48" s="243"/><c r="X48" s="243"><v>3</v></c><c r="Y48" s="243"><v>3</v></c><c r="Z48" s="243"/><c r="AA48" s="243"><v>4</v></c><c r="AB48" s="420"><v>4</v></c><c r="AC48" s="426"/><c r="AE48" s="182"/><c r="AF48" s="182"/><c r="AG48" s="182"/><c r="AH48" s="182"/><c r="AI48" s="182"/><c r="AJ48" s="182"/><c r="AK48" s="184"/><c r="AL48" s="185"/><c r="AM48" s="185"/><c r="AN48" s="182"/><c r="AO48" s="182"/><c r="AP48" s="355"/><c r="AQ48" s="55"/><c r="AR48" s="190"/><c r="AS48" s="191" t="s"><v>231</v></c><c r="AT48" s="192"/><c r="AU48" s="192"/><c r="AV48" s="192"/><c r="AW48" s="238" t="e"><f ca="1">AW47/677.35</f><v>#REF!</v></c><c r="AX48" s="193"/><c r="AY48" s="237"/><c r="AZ48" s="237"/><c r="BA48" s="182"/><c r="BB48" s="49"/><c r="BC48" s="362"/><c r="BD48" s="362" t="s"><v>77</v></c><c r="BE48" s="366" t="s"><v>246</v></c><c r="BF48" s="165"/><c r="BG48" s="165"/><c r="BH48" s="165"/><c r="BI48" s="367" t="e"><f ca="1">INDEX(INDIRECT(BI$30&amp;"!Year.Matrix"),MATCH($BD48,INDIRECT(BI$30&amp;"!Year.Modules"),0),MATCH("V.03",INDIRECT(BI$30&amp;"!Year.Vectors"),0))/BI$47</f><v>#REF!</v></c><c r="BJ48" s="367" t="e"><f ca="1">INDEX(INDIRECT(BJ$30&amp;"!Year.Matrix"),MATCH($BD48,INDIRECT(BJ$30&amp;"!Year.Modules"),0),MATCH("V.03",INDIRECT(BJ$30&amp;"!Year.Vectors"),0))/BJ$47</f><v>#REF!</v></c><c r="BK48" s="367" t="e"><f ca="1">INDEX(INDIRECT(BK$30&amp;"!Year.Matrix"),MATCH($BD48,INDIRECT(BK$30&amp;"!Year.Modules"),0),MATCH("V.03",INDIRECT(BK$30&amp;"!Year.Vectors"),0))/BK$47</f><v>#REF!</v></c><c r="BL48" s="367" t="e"><f ca="1">INDEX(INDIRECT(BL$30&amp;"!Year.Matrix"),MATCH($BD48,INDIRECT(BL$30&amp;"!Year.Modules"),0),MATCH("V.03",INDIRECT(BL$30&amp;"!Year.Vectors"),0))/BL$47</f><v>#REF!</v></c><c r="BM48" s="182"/><c r="BP48" s="334" t="s"><v>536</v></c><c r="BQ48" s="14" t="s"><v>537</v></c><c r="BR48" s="14" t="s"><v>538</v></c><c r="BS48" s="14" t="s"><v>539</v></c></row><row r="49" spans="1:71" s="14" customFormat="1" ht="26"><c r="A49" s="449"/><c r="B49" s="451"/><c r="C49" s="218"/><c r="D49" s="219" t="s"><v>392</v></c><c r="E49" s="444"><v>4</v></c><c r="F49" s="390" t="s"><v>203</v></c><c r="G49" s="7"/><c r="H49" s="385" t="s"><v>300</v></c><c r="I49" s="385" t="s"><v>301</v></c><c r="J49" s="385" t="s"><v>302</v></c><c r="K49" s="385" t="s"><v>303</v></c><c r="L49" s="384"/><c r="M49" s="419"><v>1</v></c><c r="N49" s="243"><v>4</v></c><c r="O49" s="420"><v>1</v></c><c r="P49" s="427"/><c r="Q49" s="419"><v>4</v></c><c r="R49" s="243"><v>3</v></c><c r="S49" s="420"><v>4</v></c><c r="T49" s="435"><v>3</v></c><c r="U49" s="418"/><c r="V49" s="243"><v>4</v></c><c r="W49" s="243"/><c r="X49" s="243"><v>4</v></c><c r="Y49" s="243"><v>3</v></c><c r="Z49" s="243"/><c r="AA49" s="243"><v>4</v></c><c r="AB49" s="420"><v>4</v></c><c r="AC49" s="426"/><c r="AE49" s="182"/><c r="AF49" s="182"/><c r="AG49" s="182"/><c r="AH49" s="182"/><c r="AI49" s="182"/><c r="AJ49" s="182"/><c r="AK49" s="184"/><c r="AL49" s="185"/><c r="AM49" s="185"/><c r="AN49" s="182"/><c r="AO49" s="182"/><c r="AP49" s="355"/><c r="AQ49" s="359"/><c r="AR49" s="239" t="s"><v>315</v></c><c r="AS49" s="182"/><c r="AT49" s="182"/><c r="AU49" s="182"/><c r="AV49" s="182"/><c r="AW49" s="182"/><c r="AX49" s="182"/><c r="AY49" s="182"/><c r="AZ49" s="182"/><c r="BA49" s="182"/><c r="BB49" s="49"/><c r="BC49" s="214"/><c r="BD49" s="214" t="s"><v>120</v></c><c r="BE49" s="215" t="s"><v>244</v></c><c r="BF49" s="55"/><c r="BG49" s="55"/><c r="BH49" s="55"/><c r="BI49" s="216" t="e"><f t="shared" ref="BI49:BL52" ca="1" si="5">-INDEX(INDIRECT(BI$30&amp;"!Year.Matrix"),MATCH($BD49,INDIRECT(BI$30&amp;"!Year.Modules"),0),MATCH("V.03",INDIRECT(BI$30&amp;"!Year.Vectors"),0))/BI$47</f><v>#REF!</v></c><c r="BJ49" s="216" t="e"><f t="shared" ca="1" si="5"/><v>#REF!</v></c><c r="BK49" s="216" t="e"><f t="shared" ca="1" si="5"/><v>#REF!</v></c><c r="BL49" s="216" t="e"><f t="shared" ca="1" si="5"/><v>#REF!</v></c><c r="BM49" s="182"/><c r="BP49" s="334" t="s"><v>300</v></c><c r="BQ49" s="14" t="s"><v>301</v></c><c r="BR49" s="14" t="s"><v>302</v></c><c r="BS49" s="14" t="s"><v>303</v></c></row><row r="50" spans="1:71" s="14" customFormat="1" ht="26"><c r="A50" s="449"/><c r="B50" s="451"/><c r="C50" s="218"/><c r="D50" s="219" t="s"><v>393</v></c><c r="E50" s="444"><v>4</v></c><c r="F50" s="390" t="s"><v>203</v></c><c r="G50" s="7"/><c r="H50" s="385" t="s"><v>655</v></c><c r="I50" s="385" t="s"><v>656</v></c><c r="J50" s="385" t="s"><v>271</v></c><c r="K50" s="385" t="s"><v>304</v></c><c r="L50" s="384"/><c r="M50" s="419"><v>1</v></c><c r="N50" s="243"><v>4</v></c><c r="O50" s="420"><v>1</v></c><c r="P50" s="427"/><c r="Q50" s="419"><v>4</v></c><c r="R50" s="243"><v>3</v></c><c r="S50" s="420"><v>3</v></c><c r="T50" s="435"><v>2</v></c><c r="U50" s="418"/><c r="V50" s="243"><v>3</v></c><c r="W50" s="243"/><c r="X50" s="243"><v>4</v></c><c r="Y50" s="243"><v>4</v></c><c r="Z50" s="243"/><c r="AA50" s="243"><v>3</v></c><c r="AB50" s="420"><v>3</v></c><c r="AC50" s="426"/><c r="AE50" s="182"/><c r="AF50" s="182"/><c r="AG50" s="182"/><c r="AH50" s="182"/><c r="AI50" s="182"/><c r="AJ50" s="182"/><c r="AK50" s="184"/><c r="AL50" s="185"/><c r="AM50" s="185"/><c r="AN50" s="182"/><c r="AO50" s="182"/><c r="AP50" s="355"/><c r="AQ50" s="359"/><c r="AR50" s="239" t="s"><v>318</v></c><c r="AS50" s="182"/><c r="AT50" s="182"/><c r="AU50" s="182"/><c r="AV50" s="182"/><c r="AW50" s="182"/><c r="AX50" s="182"/><c r="AY50" s="182"/><c r="AZ50" s="182"/><c r="BA50" s="182"/><c r="BB50" s="49"/><c r="BC50" s="214"/><c r="BD50" s="214" t="s"><v>104</v></c><c r="BE50" s="215" t="s"><v>266</v></c><c r="BF50" s="55"/><c r="BG50" s="55"/><c r="BH50" s="55"/><c r="BI50" s="216" t="e"><f t="shared" ca="1" si="5"/><v>#REF!</v></c><c r="BJ50" s="216" t="e"><f t="shared" ca="1" si="5"/><v>#REF!</v></c><c r="BK50" s="216" t="e"><f t="shared" ca="1" si="5"/><v>#REF!</v></c><c r="BL50" s="216" t="e"><f t="shared" ca="1" si="5"/><v>#REF!</v></c><c r="BM50" s="182"/><c r="BP50" s="334" t="s"><v>295</v></c><c r="BQ50" s="14" t="s"><v>270</v></c><c r="BR50" s="210" t="s"><v>271</v></c><c r="BS50" s="14" t="s"><v>304</v></c></row><row r="51" spans="1:71" s="14" customFormat="1" ht="15"><c r="A51" s="449"/><c r="B51" s="451" t="s"><v>480</v></c><c r="C51" s="35" t="s"><v>134</v></c><c r="D51" s="35" t="s"><v>136</v></c><c r="E51" s="444"/><c r="F51" s="389"/><c r="G51"/><c r="H51" s="385"/><c r="I51" s="385"/><c r="J51" s="385"/><c r="K51" s="385"/><c r="L51" s="384"/><c r="M51" s="419"/><c r="N51" s="243"/><c r="O51" s="420"/><c r="P51" s="427"/><c r="Q51" s="419"/><c r="R51" s="243"/><c r="S51" s="420"/><c r="T51" s="435"/><c r="U51" s="418"/><c r="V51" s="243"/><c r="W51" s="243"/><c r="X51" s="243"/><c r="Y51" s="243"/><c r="Z51" s="243"/><c r="AA51" s="243"/><c r="AB51" s="420"/><c r="AC51" s="426"/><c r="AE51" s="182"/><c r="AF51" s="182"/><c r="AG51" s="182"/><c r="AH51" s="182"/><c r="AI51" s="182"/><c r="AJ51" s="182"/><c r="AK51" s="184"/><c r="AL51" s="185"/><c r="AM51" s="185"/><c r="AN51" s="182"/><c r="AO51" s="182"/><c r="AP51" s="355"/><c r="AQ51" s="239"/><c r="AR51" s="239" t="s"><v>316</v></c><c r="AS51" s="182"/><c r="AT51" s="182"/><c r="AU51" s="182"/><c r="AV51" s="182"/><c r="AW51" s="182"/><c r="AX51" s="182"/><c r="AY51" s="182"/><c r="AZ51" s="182"/><c r="BA51" s="182"/><c r="BB51" s="49"/><c r="BC51" s="214"/><c r="BD51" s="214" t="s"><v>84</v></c><c r="BE51" s="215" t="s"><v>247</v></c><c r="BF51" s="55"/><c r="BG51" s="55"/><c r="BH51" s="55"/><c r="BI51" s="216" t="e"><f t="shared" ca="1" si="5"/><v>#REF!</v></c><c r="BJ51" s="216" t="e"><f t="shared" ca="1" si="5"/><v>#REF!</v></c><c r="BK51" s="216" t="e"><f t="shared" ca="1" si="5"/><v>#REF!</v></c><c r="BL51" s="216" t="e"><f t="shared" ca="1" si="5"/><v>#REF!</v></c><c r="BM51" s="182"/><c r="BP51" s="334"/><c r="BS51" s="332"/></row><row r="52" spans="1:71" s="14" customFormat="1" ht="26"><c r="A52" s="449"/><c r="B52" s="451"/><c r="C52" s="219"/><c r="D52" s="219" t="s"><v>568</v></c><c r="E52" s="444"><v>3</v></c><c r="F52" s="390"><v>4</v></c><c r="G52" s="7"/><c r="H52" s="385" t="s"><v>275</v></c><c r="I52" s="385" t="s"><v>313</v></c><c r="J52" s="385" t="s"><v>308</v></c><c r="K52" s="385" t="s"><v>309</v></c><c r="L52" s="384"/><c r="M52" s="419"><v>1</v></c><c r="N52" s="243"><v>4</v></c><c r="O52" s="420"><v>1</v></c><c r="P52" s="427"/><c r="Q52" s="419"><v>4</v></c><c r="R52" s="243"><v>2</v></c><c r="S52" s="420"><v>3</v></c><c r="T52" s="435"><v>4</v></c><c r="U52" s="418"/><c r="V52" s="243"><v>4</v></c><c r="W52" s="243"/><c r="X52" s="243"><v>3</v></c><c r="Y52" s="243"><v>4</v></c><c r="Z52" s="243"/><c r="AA52" s="243"><v>4</v></c><c r="AB52" s="420"><v>4</v></c><c r="AC52" s="426"/><c r="AE52" s="182"/><c r="AF52" s="182"/><c r="AG52" s="182"/><c r="AH52" s="182"/><c r="AI52" s="182"/><c r="AJ52" s="182"/><c r="AK52" s="184"/><c r="AL52" s="185"/><c r="AM52" s="185"/><c r="AN52" s="182"/><c r="AO52" s="182"/><c r="AP52" s="355"/><c r="AQ52" s="182"/><c r="AR52" s="182"/><c r="AS52" s="182"/><c r="AT52" s="182"/><c r="AU52" s="182"/><c r="AV52" s="182"/><c r="AW52" s="182"/><c r="AX52" s="184"/><c r="AY52" s="182"/><c r="AZ52" s="182"/><c r="BA52" s="182"/><c r="BB52" s="49"/><c r="BC52" s="214"/><c r="BD52" s="214" t="s"><v>82</v></c><c r="BE52" s="215" t="s"><v>262</v></c><c r="BF52" s="55"/><c r="BG52" s="55"/><c r="BH52" s="55"/><c r="BI52" s="216" t="e"><f t="shared" ca="1" si="5"/><v>#REF!</v></c><c r="BJ52" s="216" t="e"><f t="shared" ca="1" si="5"/><v>#REF!</v></c><c r="BK52" s="216" t="e"><f t="shared" ca="1" si="5"/><v>#REF!</v></c><c r="BL52" s="216" t="e"><f t="shared" ca="1" si="5"/><v>#REF!</v></c><c r="BM52" s="182"/><c r="BP52" s="334" t="s"><v>540</v></c><c r="BQ52" s="14" t="s"><v>541</v></c><c r="BR52" s="14" t="s"><v>542</v></c><c r="BS52" s="14" t="s"><v>543</v></c></row><row r="53" spans="1:71" s="14" customFormat="1" ht="23"><c r="A53" s="449"/><c r="B53" s="451"/><c r="C53" s="219"/><c r="D53" s="219" t="s"><v>394</v></c><c r="E53" s="444"><v>2</v></c><c r="F53" s="390" t="s"><v>201</v></c><c r="G53" s="7"/><c r="H53" s="385" t="s"><v>276</v></c><c r="I53" s="385" t="s"><v>274</v></c><c r="J53" s="385" t="s"><v>485</v></c><c r="K53" s="385" t="s"><v>485</v></c><c r="L53" s="384"/><c r="M53" s="419"><v>1</v></c><c r="N53" s="243"><v>2</v></c><c r="O53" s="420"><v>1</v></c><c r="P53" s="427"/><c r="Q53" s="419"><v>2</v></c><c r="R53" s="243"><v>2</v></c><c r="S53" s="420"><v>1</v></c><c r="T53" s="435"><v>2</v></c><c r="U53" s="418"/><c r="V53" s="243"><v>2</v></c><c r="W53" s="243"/><c r="X53" s="243"><v>2</v></c><c r="Y53" s="243"><v>2</v></c><c r="Z53" s="243"/><c r="AA53" s="243"><v>1</v></c><c r="AB53" s="420"><v>2</v></c><c r="AC53" s="426"/><c r="AE53" s="182"/><c r="AF53" s="182"/><c r="AG53" s="182"/><c r="AH53" s="182"/><c r="AI53" s="182"/><c r="AJ53" s="182"/><c r="AK53" s="184"/><c r="AL53" s="185"/><c r="AM53" s="185"/><c r="AN53" s="182"/><c r="AO53" s="182"/><c r="AP53" s="355"/><c r="AQ53" s="182"/><c r="AR53" s="182"/><c r="AS53" s="182"/><c r="AT53" s="182"/><c r="AU53" s="182"/><c r="AV53" s="182"/><c r="AW53" s="182"/><c r="AX53" s="184"/><c r="AY53" s="182"/><c r="AZ53" s="182"/><c r="BA53" s="182"/><c r="BB53" s="49"/><c r="BC53" s="194"/><c r="BD53" s="194"/><c r="BE53" s="182"/><c r="BF53" s="182"/><c r="BG53" s="182"/><c r="BH53" s="182"/><c r="BI53" s="182"/><c r="BJ53" s="182"/><c r="BK53" s="182"/><c r="BL53" s="182"/><c r="BM53" s="182"/><c r="BP53" s="334" t="s"><v>546</v></c><c r="BQ53" s="14" t="s"><v>547</v></c><c r="BR53" s="14" t="s"><v>547</v></c><c r="BS53" s="14" t="s"><v>547</v></c></row><row r="54" spans="1:71" s="14" customFormat="1" ht="23"><c r="A54" s="394" t="s"><v>483</v></c><c r="B54" s="395"/><c r="C54" s="279"/><c r="D54" s="279"/><c r="E54" s="445"/><c r="F54" s="391"/><c r="G54" s="279"/><c r="H54" s="282"/><c r="I54" s="282"/><c r="J54" s="282"/><c r="K54" s="282"/><c r="L54" s="279"/><c r="M54" s="421"/><c r="N54" s="422"/><c r="O54" s="423"/><c r="P54" s="383"/><c r="Q54" s="421"/><c r="R54" s="422"/><c r="S54" s="423"/><c r="T54" s="436"/><c r="U54" s="282"/><c r="V54" s="282"/><c r="W54" s="282"/><c r="X54" s="282"/><c r="Y54" s="282"/><c r="Z54" s="282"/><c r="AA54" s="282"/><c r="AB54" s="437"/><c r="AC54" s="383"/><c r="AE54" s="182"/><c r="AF54" s="182"/><c r="AG54" s="182"/><c r="AH54" s="182"/><c r="AI54" s="182"/><c r="AJ54" s="182"/><c r="AK54" s="184"/><c r="AL54" s="185"/><c r="AM54" s="185"/><c r="AN54" s="182"/><c r="AO54" s="182"/><c r="AP54" s="356"/><c r="AQ54" s="182"/><c r="AR54" s="182"/><c r="AS54" s="182"/><c r="AT54" s="182"/><c r="AU54" s="182"/><c r="AV54" s="182"/><c r="AW54" s="182"/><c r="AX54" s="184"/><c r="AY54" s="182"/><c r="AZ54" s="182"/><c r="BA54" s="182"/><c r="BB54" s="49"/><c r="BC54" s="194"/><c r="BD54" s="194"/><c r="BE54" s="182"/><c r="BF54" s="182"/><c r="BG54" s="182"/><c r="BH54" s="182"/><c r="BI54" s="182"/><c r="BJ54" s="182"/><c r="BK54" s="182"/><c r="BL54" s="182"/><c r="BM54" s="182"/><c r="BP54" s="334"/></row><row r="55" spans="1:71" s="14" customFormat="1" ht="26"><c r="A55" s="398" t="s"><v>70</v></c><c r="B55" s="397"/><c r="C55" s="35" t="s"><v>140</v></c><c r="D55" s="35" t="s"><v>70</v></c><c r="E55" s="444"><v>1</v></c><c r="F55" s="389"><v>4</v></c><c r="G55" s="7"/><c r="H55" s="385" t="s"><v>312</v></c><c r="I55" s="385" t="s"><v>277</v></c><c r="J55" s="385" t="s"><v>348</v></c><c r="K55" s="385" t="s"><v>349</v></c><c r="L55" s="384"/><c r="M55" s="419"><v>1</v></c><c r="N55" s="243"><v>1</v></c><c r="O55" s="420"><v>1</v></c><c r="P55" s="427"/><c r="Q55" s="419"><v>1</v></c><c r="R55" s="243"><v>1</v></c><c r="S55" s="420"><v>2</v></c><c r="T55" s="435"><v>1</v></c><c r="U55" s="418"/><c r="V55" s="243"><v>2</v></c><c r="W55" s="243"/><c r="X55" s="243"><v>1</v></c><c r="Y55" s="243"><v>1</v></c><c r="Z55" s="243"/><c r="AA55" s="243"><v>2</v></c><c r="AB55" s="420"><v>1</v></c><c r="AC55" s="426"/><c r="AD55" s="7"/><c r="AE55" s="182"/><c r="AF55" s="182"/><c r="AG55" s="182"/><c r="AH55" s="182"/><c r="AI55" s="182"/><c r="AJ55" s="182"/><c r="AK55" s="184"/><c r="AL55" s="185"/><c r="AM55" s="185"/><c r="AN55" s="182"/><c r="AO55" s="182"/><c r="AP55" s="356"/><c r="AQ55" s="182"/><c r="AR55" s="182"/><c r="AS55" s="182"/><c r="AT55" s="182"/><c r="AU55" s="182"/><c r="AV55" s="182"/><c r="AW55" s="182"/><c r="AX55" s="184"/><c r="AY55" s="182"/><c r="AZ55" s="182"/><c r="BA55" s="182"/><c r="BB55" s="49"/><c r="BC55" s="194"/><c r="BD55" s="194"/><c r="BE55" s="182"/><c r="BF55" s="182"/><c r="BG55" s="182"/><c r="BH55" s="182"/><c r="BI55" s="182"/><c r="BJ55" s="182"/><c r="BK55" s="182"/><c r="BL55" s="182"/><c r="BM55" s="182"/><c r="BP55" s="334" t="s"><v>312</v></c><c r="BQ55" s="14" t="s"><v>548</v></c><c r="BR55" s="14" t="s"><v>549</v></c><c r="BS55" s="14" t="s"><v>550</v></c></row><row r="56" spans="1:71" s="14" customFormat="1" ht="25.5" customHeight="1"><c r="A56" s="398" t="s"><v>355</v></c><c r="B56" s="396"/><c r="C56" s="35" t="s"><v>110</v></c><c r="D56" s="35" t="s"><v>395</v></c><c r="E56" s="444"><v>2</v></c><c r="F56" s="389"><v>4</v></c><c r="G56"/><c r="H56" s="385" t="s"><v>288</v></c><c r="I56" s="385" t="s"><v>289</v></c><c r="J56" s="385" t="s"><v>290</v></c><c r="K56" s="385" t="s"><v>291</v></c><c r="L56" s="384"/><c r="M56" s="419"><v>1</v></c><c r="N56" s="243"><v>1</v></c><c r="O56" s="420"><v>1</v></c><c r="P56" s="427"/><c r="Q56" s="419"><v>4</v></c><c r="R56" s="243"><v>2</v></c><c r="S56" s="420"><v>2</v></c><c r="T56" s="435"><v>2</v></c><c r="U56" s="418"/><c r="V56" s="243"><v>3</v></c><c r="W56" s="243"/><c r="X56" s="243"><v>2</v></c><c r="Y56" s="243"><v>4</v></c><c r="Z56" s="243"/><c r="AA56" s="243"><v>3</v></c><c r="AB56" s="420"><v>4</v></c><c r="AC56" s="426"/><c r="AD56"/><c r="AE56" s="182"/><c r="AF56" s="182"/><c r="AG56" s="182"/><c r="AH56" s="182"/><c r="AI56" s="182"/><c r="AJ56" s="182"/><c r="AK56" s="184"/><c r="AL56" s="185"/><c r="AM56" s="185"/><c r="AN56" s="182"/><c r="AO56" s="182"/><c r="AP56" s="356"/><c r="AQ56" s="182"/><c r="AR56" s="182"/><c r="AS56" s="182"/><c r="AT56" s="182"/><c r="AU56" s="182"/><c r="AV56" s="182"/><c r="AW56" s="182"/><c r="AX56" s="184"/><c r="AY56" s="182"/><c r="AZ56" s="182"/><c r="BA56" s="182"/><c r="BB56" s="49"/><c r="BC56" s="194"/><c r="BD56" s="194"/><c r="BE56" s="182"/><c r="BF56" s="182"/><c r="BG56" s="182"/><c r="BH56" s="182"/><c r="BI56" s="182"/><c r="BJ56" s="182"/><c r="BK56" s="182"/><c r="BL56" s="182"/><c r="BM56" s="182"/><c r="BP56" s="334" t="s"><v>554</v></c><c r="BQ56" s="14" t="s"><v>553</v></c><c r="BR56" s="14" t="s"><v>552</v></c><c r="BS56" s="14" t="s"><v>551</v></c></row><row r="57" spans="1:71" s="14" customFormat="1" ht="24" thickBot="1"><c r="A57" s="398" t="s"><v>633</v></c><c r="B57" s="1"/><c r="C57" s="35" t="s"><v>153</v></c><c r="D57" s="35" t="s"><v>154</v></c><c r="E57" s="447"><v>1</v></c><c r="F57" s="389"><v>3</v></c><c r="G57"/><c r="H57" s="385" t="s"><v>641</v></c><c r="I57" s="385" t="s"><v>642</v></c><c r="J57" s="385" t="s"><v>607</v></c><c r="K57" s="385"/><c r="L57" s="384"/><c r="M57" s="419"><v>1</v></c><c r="N57" s="243"><v>1</v></c><c r="O57" s="420"><v>1</v></c><c r="P57" s="427"/><c r="Q57" s="419"><v>1</v></c><c r="R57" s="243"><v>1</v></c><c r="S57" s="420"><v>1</v></c><c r="T57" s="435"><v>1</v></c><c r="U57" s="418"/><c r="V57" s="243"><v>1</v></c><c r="W57" s="243"/><c r="X57" s="243"><v>1</v></c><c r="Y57" s="243"><v>1</v></c><c r="Z57" s="243"/><c r="AA57" s="243"><v>1</v></c><c r="AB57" s="420"><v>1</v></c><c r="AC57" s="426"/><c r="AD57"/><c r="AE57" s="182"/><c r="AF57" s="182"/><c r="AG57" s="182"/><c r="AH57" s="182"/><c r="AI57" s="182"/><c r="AJ57" s="182"/><c r="AK57" s="184"/><c r="AL57" s="185"/><c r="AM57" s="185"/><c r="AN57" s="182"/><c r="AO57" s="182"/><c r="AP57" s="407"/><c r="AQ57" s="182"/><c r="AR57" s="182"/><c r="AS57" s="182"/><c r="AT57" s="182"/><c r="AU57" s="182"/><c r="AV57" s="182"/><c r="AW57" s="182"/><c r="AX57" s="184"/><c r="AY57" s="182"/><c r="AZ57" s="182"/><c r="BA57" s="182"/><c r="BB57" s="49"/><c r="BC57" s="194"/><c r="BD57" s="194"/><c r="BE57" s="182"/><c r="BF57" s="182"/><c r="BG57" s="182"/><c r="BH57" s="182"/><c r="BI57" s="182"/><c r="BJ57" s="182"/><c r="BK57" s="182"/><c r="BL57" s="182"/><c r="BM57" s="182"/><c r="BP57" s="332"/><c r="BQ57" s="332"/><c r="BR57" s="332"/><c r="BS57" s="332"/></row><row r="58" spans="1:71" s="14" customFormat="1" ht="20.25" customHeight="1"><c r="A58" s="392" t="s"><v>590</v></c><c r="B58" s="52"/><c r="E58" s="36"/><c r="F58" s="29"/><c r="G58"/><c r="L58" s="384"/><c r="M58" s="7"/><c r="N58" s="337"/><c r="O58" s="337"/><c r="P58" s="381"/><c r="Q58" s="381"/><c r="R58" s="381"/><c r="S58" s="381"/><c r="T58" s="417"/><c r="U58" s="417"/><c r="V58" s="417"/><c r="W58" s="417"/><c r="X58" s="417"/><c r="Y58" s="417"/><c r="Z58" s="417"/><c r="AA58" s="417"/><c r="AB58" s="381"/><c r="AC58" s="381"/><c r="AD58"/><c r="AE58" s="7"/><c r="AF58"/><c r="AG58" s="16"/><c r="AH58" s="16"/><c r="AI58" s="151"/><c r="AJ58" s="16"/><c r="AK58" s="16"/><c r="AL58" s="16"/><c r="AM58" s="16"/><c r="AN58" s="16"/><c r="AO58" s="203"/><c r="AP58" s="355"/><c r="AQ58" s="355"/><c r="AR58" s="203"/><c r="AS58" s="203"/><c r="AT58" s="203"/><c r="AU58" s="203"/><c r="AV58" s="203"/><c r="AW58" s="203"/><c r="AX58" s="203"/><c r="AY58" s="203"/><c r="AZ58" s="203"/><c r="BA58" s="203"/><c r="BB58" s="49"/><c r="BC58" s="49"/><c r="BM58" s="203"/><c r="BN58" s="203"/><c r="BO58" s="203"/></row><row r="59" spans="1:71" s="14" customFormat="1" ht="20.25" customHeight="1"><c r="A59" s="52"/><c r="B59" s="52"/><c r="C59" s="34"/><c r="D59" s="34"/><c r="E59" s="37"/><c r="F59" s="9"/><c r="G59"/><c r="L59" s="384"/><c r="M59" s="7"/><c r="N59" s="337"/><c r="O59" s="337"/><c r="P59" s="381"/><c r="Q59" s="381"/><c r="R59" s="381"/><c r="S59" s="381"/><c r="T59" s="417"/><c r="U59" s="417"/><c r="V59" s="417"/><c r="W59" s="417"/><c r="X59" s="417"/><c r="Y59" s="417"/><c r="Z59" s="417"/><c r="AA59" s="417"/><c r="AB59" s="381"/><c r="AC59" s="381"/><c r="AD59"/><c r="AE59" s="7"/><c r="AF59"/><c r="AG59" s="16"/><c r="AH59" s="16"/><c r="AI59" s="151"/><c r="AJ59" s="16"/><c r="AK59" s="16"/><c r="AL59" s="16"/><c r="AM59" s="16"/><c r="AN59" s="16"/><c r="AP59" s="355"/><c r="AQ59" s="355"/><c r="BB59" s="49"/><c r="BC59" s="49"/><c r="BD59" s="203"/><c r="BE59" s="203"/><c r="BF59" s="203"/><c r="BG59" s="203"/><c r="BH59" s="203"/><c r="BI59" s="203"/><c r="BJ59" s="203"/><c r="BK59" s="203"/><c r="BL59" s="203"/><c r="BM59" s="203"/><c r="BN59" s="203"/><c r="BO59" s="203"/></row><row r="60" spans="1:71" s="14" customFormat="1" ht="12" customHeight="1"><c r="A60" s="52"/><c r="B60" s="52"/><c r="E60" s="36"/><c r="F60" s="29"/><c r="G60"/><c r="H60" s="7"/><c r="I60" s="7"/><c r="J60" s="7"/><c r="K60" s="7"/><c r="L60" s="384"/><c r="M60" s="7"/><c r="N60" s="337"/><c r="O60" s="337"/><c r="P60" s="381"/><c r="Q60" s="381"/><c r="R60" s="381"/><c r="S60" s="381"/><c r="T60" s="417"/><c r="U60" s="417"/><c r="V60" s="417"/><c r="W60" s="417"/><c r="X60" s="417"/><c r="Y60" s="417"/><c r="Z60" s="417"/><c r="AA60" s="417"/><c r="AB60" s="381"/><c r="AC60" s="381"/><c r="AD60"/><c r="AE60"/><c r="AF60"/><c r="AG60" s="16"/><c r="AH60" s="16"/><c r="AI60" s="151"/><c r="AJ60" s="16"/><c r="AK60" s="16"/><c r="AL60" s="16"/><c r="AM60" s="16"/><c r="AN60" s="16"/><c r="AP60" s="355"/><c r="AQ60" s="355"/><c r="AR60" s="203"/><c r="AS60" s="203"/><c r="AT60" s="203"/><c r="AU60" s="203"/><c r="AV60" s="203"/><c r="AW60" s="203"/><c r="AX60" s="203"/><c r="AY60" s="203"/><c r="AZ60" s="203"/><c r="BA60" s="203"/><c r="BB60" s="49"/><c r="BC60" s="49"/><c r="BD60" s="203"/><c r="BE60" s="203"/><c r="BF60" s="203"/><c r="BG60" s="203"/><c r="BH60" s="203"/><c r="BI60" s="203"/><c r="BJ60" s="203"/><c r="BK60" s="203"/><c r="BL60" s="203"/><c r="BM60" s="203"/><c r="BP60" s="332"/><c r="BQ60" s="332"/><c r="BR60" s="332"/><c r="BS60" s="332"/></row><row r="61" spans="1:71" s="14" customFormat="1" ht="21" customHeight="1"><c r="A61" s="52"/><c r="B61" s="52"/><c r="E61" s="36"/><c r="F61" s="29"/><c r="G61" s="278"/><c r="H61" s="278"/><c r="I61" s="278"/><c r="J61" s="278"/><c r="K61" s="278"/><c r="L61" s="384"/><c r="M61" s="278"/><c r="N61" s="337"/><c r="O61" s="337"/><c r="P61" s="381"/><c r="Q61" s="381"/><c r="R61" s="381"/><c r="S61" s="381"/><c r="T61" s="417"/><c r="U61" s="417"/><c r="V61" s="417"/><c r="W61" s="417"/><c r="X61" s="417"/><c r="Y61" s="417"/><c r="Z61" s="417"/><c r="AA61" s="417"/><c r="AB61" s="381"/><c r="AC61" s="381"/><c r="AD61" s="278"/><c r="AP61" s="355"/><c r="AQ61" s="355"/><c r="AR61" s="203"/><c r="AS61" s="203"/><c r="AT61" s="203"/><c r="AU61" s="203"/><c r="AV61" s="203"/><c r="AW61" s="203"/><c r="AX61" s="203"/><c r="AY61" s="203"/><c r="AZ61" s="203"/><c r="BA61" s="203"/><c r="BB61" s="49"/><c r="BC61" s="49"/><c r="BD61" s="203"/><c r="BE61" s="203"/><c r="BF61" s="203"/><c r="BG61" s="203"/><c r="BH61" s="203"/><c r="BI61" s="203"/><c r="BJ61" s="203"/><c r="BK61" s="203"/><c r="BL61" s="203"/><c r="BP61" s="332"/><c r="BQ61" s="332"/><c r="BR61" s="332"/><c r="BS61" s="332"/></row><row r="62" spans="1:71" s="14" customFormat="1" ht="20.25" customHeight="1"><c r="A62" s="52"/><c r="B62" s="52"/><c r="E62" s="36"/><c r="F62" s="29"/><c r="G62" s="278"/><c r="H62" s="278"/><c r="I62" s="278"/><c r="J62" s="278"/><c r="K62" s="278"/><c r="L62" s="384"/><c r="M62" s="278"/><c r="N62" s="337"/><c r="O62" s="337"/><c r="P62" s="381"/><c r="Q62" s="381"/><c r="R62" s="381"/><c r="S62" s="381"/><c r="T62" s="417"/><c r="U62" s="417"/><c r="V62" s="417"/><c r="W62" s="417"/><c r="X62" s="417"/><c r="Y62" s="417"/><c r="Z62" s="417"/><c r="AA62" s="417"/><c r="AB62" s="381"/><c r="AC62" s="381"/><c r="AD62" s="278"/><c r="AP62" s="355"/><c r="AQ62" s="355"/><c r="AS62" s="203"/><c r="AT62" s="203"/><c r="AU62" s="203"/><c r="AV62" s="203"/><c r="AW62" s="203"/><c r="AX62" s="203"/><c r="AY62" s="203"/><c r="AZ62" s="203"/><c r="BA62" s="203"/><c r="BB62" s="49"/><c r="BC62" s="49"/><c r="BP62" s="332"/><c r="BQ62" s="332"/><c r="BR62" s="332"/><c r="BS62" s="332"/></row><row r="63" spans="1:71" s="14" customFormat="1" ht="20.25" customHeight="1"><c r="A63" s="52"/><c r="B63" s="52"/><c r="E63" s="36"/><c r="F63" s="29"/><c r="G63" s="278"/><c r="H63" s="278"/><c r="I63" s="278"/><c r="J63" s="278"/><c r="K63" s="278"/><c r="L63" s="384"/><c r="M63" s="278"/><c r="N63" s="337"/><c r="O63" s="337"/><c r="AD63" s="278"/><c r="AP63" s="355"/><c r="AQ63" s="355"/><c r="BB63" s="49"/><c r="BC63" s="49"/><c r="BD63" s="203"/><c r="BE63" s="203"/><c r="BN63" s="203"/><c r="BO63" s="203"/><c r="BP63" s="332"/><c r="BQ63" s="332"/><c r="BR63" s="332"/><c r="BS63" s="332"/></row><row r="64" spans="1:71" s="14" customFormat="1" ht="20.25" customHeight="1"><c r="A64" s="52"/><c r="B64" s="52"/><c r="E64" s="36"/><c r="F64" s="29"/><c r="G64" s="278"/><c r="H64" s="278"/><c r="I64" s="278"/><c r="J64" s="278"/><c r="K64" s="278"/><c r="L64" s="384"/><c r="M64" s="278"/><c r="N64" s="337"/><c r="O64" s="337"/><c r="AD64" s="278"/><c r="AP64" s="355"/><c r="AQ64" s="355"/><c r="BB64" s="49"/><c r="BC64" s="49"/><c r="BD64" s="203"/><c r="BE64" s="203"/><c r="BN64" s="203"/><c r="BO64" s="203"/><c r="BP64" s="332"/><c r="BQ64" s="332"/><c r="BR64" s="332"/><c r="BS64" s="332"/></row><row r="65" spans="1:71" s="14" customFormat="1"><c r="A65" s="339"/><c r="B65" s="52"/><c r="F65" s="29"/><c r="AP65" s="355"/><c r="AQ65" s="355"/><c r="BB65" s="49"/><c r="BC65" s="49"/><c r="BE65" s="203"/><c r="BN65" s="203"/><c r="BO65" s="203"/></row><row r="66" spans="1:71" s="14" customFormat="1"><c r="A66" s="339"/><c r="B66" s="339"/><c r="F66" s="29"/><c r="AP66" s="355"/><c r="AQ66" s="355"/><c r="BB66" s="49"/><c r="BC66" s="49"/></row><row r="67" spans="1:71" s="14" customFormat="1"><c r="A67" s="339"/><c r="B67" s="52"/><c r="F67" s="29"/><c r="AP67" s="355"/><c r="AQ67" s="355"/><c r="BB67" s="49"/><c r="BC67" s="49"/></row><row r="68" spans="1:71" s="14" customFormat="1"><c r="A68" s="52"/><c r="B68" s="52"/><c r="F68" s="29"/><c r="P68" s="381"/><c r="Q68" s="381"/><c r="R68" s="381"/><c r="S68" s="381"/><c r="T68" s="417"/><c r="U68" s="417"/><c r="V68" s="417"/><c r="W68" s="417"/><c r="X68" s="417"/><c r="Y68" s="417"/><c r="Z68" s="417"/><c r="AA68" s="417"/><c r="AB68" s="381"/><c r="AC68" s="381"/><c r="AP68" s="355"/><c r="AQ68" s="355"/><c r="BB68" s="49"/><c r="BC68" s="49"/></row><row r="69" spans="1:71" s="14" customFormat="1"><c r="A69" s="52"/><c r="B69" s="339"/><c r="F69" s="29"/><c r="P69" s="381"/><c r="Q69" s="381"/><c r="R69" s="381"/><c r="S69" s="381"/><c r="T69" s="417"/><c r="U69" s="417"/><c r="V69" s="417"/><c r="W69" s="417"/><c r="X69" s="417"/><c r="Y69" s="417"/><c r="Z69" s="417"/><c r="AA69" s="417"/><c r="AB69" s="381"/><c r="AC69" s="381"/><c r="AP69" s="355"/><c r="AQ69" s="355"/><c r="BB69" s="49"/><c r="BC69" s="49"/></row><row r="70" spans="1:71" s="14" customFormat="1"><c r="A70" s="339"/><c r="B70" s="339"/><c r="C70"/><c r="D70"/><c r="E70" s="36"/><c r="F70" s="33"/><c r="G70"/><c r="H70" s="7"/><c r="I70" s="7"/><c r="J70" s="7"/><c r="K70" s="7"/><c r="L70" s="384"/><c r="M70" s="7"/><c r="N70" s="337"/><c r="O70" s="337"/><c r="P70" s="381"/><c r="Q70" s="381"/><c r="R70" s="381"/><c r="S70" s="381"/><c r="T70" s="417"/><c r="U70" s="417"/><c r="V70" s="417"/><c r="W70" s="417"/><c r="X70" s="417"/><c r="Y70" s="417"/><c r="Z70" s="417"/><c r="AA70" s="417"/><c r="AB70" s="381"/><c r="AC70" s="381"/><c r="AD70"/><c r="AE70"/><c r="AF70"/><c r="AG70"/><c r="AH70"/><c r="AI70"/><c r="AJ70"/><c r="AK70"/><c r="AL70"/><c r="AM70"/><c r="AN70"/><c r="AO70"/><c r="AP70" s="355"/><c r="AQ70" s="355"/><c r="BB70" s="49"/><c r="BC70" s="49"/><c r="BP70" s="332"/><c r="BQ70" s="332"/><c r="BR70" s="332"/><c r="BS70" s="332"/></row><row r="71" spans="1:71" s="14" customFormat="1"><c r="A71" s="339"/><c r="B71" s="339"/><c r="C71"/><c r="D71"/><c r="E71" s="36"/><c r="F71" s="33"/><c r="G71"/><c r="H71" s="7"/><c r="I71" s="7"/><c r="J71" s="7"/><c r="K71" s="7"/><c r="L71" s="384"/><c r="M71" s="7"/><c r="N71" s="337"/><c r="O71" s="337"/><c r="P71" s="381"/><c r="Q71" s="381"/><c r="R71" s="381"/><c r="S71" s="381"/><c r="T71" s="417"/><c r="U71" s="417"/><c r="V71" s="417"/><c r="W71" s="417"/><c r="X71" s="417"/><c r="Y71" s="417"/><c r="Z71" s="417"/><c r="AA71" s="417"/><c r="AB71" s="381"/><c r="AC71" s="381"/><c r="AD71"/><c r="AE71"/><c r="AF71"/><c r="AG71"/><c r="AH71"/><c r="AI71"/><c r="AJ71"/><c r="AK71"/><c r="AL71"/><c r="AM71"/><c r="AN71"/><c r="AO71"/><c r="AP71" s="355"/><c r="AQ71" s="355"/><c r="BB71" s="49"/><c r="BC71" s="49"/><c r="BP71" s="332"/><c r="BQ71" s="332"/><c r="BR71" s="332"/><c r="BS71" s="332"/></row><row r="72" spans="1:71" s="14" customFormat="1"><c r="A72" s="339"/><c r="B72" s="52"/><c r="C72"/><c r="D72"/><c r="E72" s="36"/><c r="F72" s="33"/><c r="G72"/><c r="H72" s="7"/><c r="I72" s="7"/><c r="J72" s="7"/><c r="K72" s="7"/><c r="L72" s="384"/><c r="M72" s="7"/><c r="N72" s="337"/><c r="O72" s="337"/><c r="P72" s="381"/><c r="Q72" s="381"/><c r="R72" s="381"/><c r="S72" s="381"/><c r="T72" s="417"/><c r="U72" s="417"/><c r="V72" s="417"/><c r="W72" s="417"/><c r="X72" s="417"/><c r="Y72" s="417"/><c r="Z72" s="417"/><c r="AA72" s="417"/><c r="AB72" s="381"/><c r="AC72" s="381"/><c r="AD72"/><c r="AE72"/><c r="AF72"/><c r="AG72"/><c r="AH72"/><c r="AI72"/><c r="AJ72"/><c r="AK72"/><c r="AL72"/><c r="AM72"/><c r="AN72"/><c r="AO72"/><c r="AP72" s="355"/><c r="AQ72" s="355"/><c r="BB72" s="49"/><c r="BC72" s="49"/><c r="BP72" s="332"/><c r="BQ72" s="332"/><c r="BR72" s="332"/><c r="BS72" s="332"/></row><row r="73" spans="1:71" s="14" customFormat="1"><c r="A73" s="52"/><c r="B73" s="52"/><c r="C73"/><c r="D73"/><c r="E73" s="36"/><c r="F73" s="33"/><c r="G73"/><c r="H73" s="7"/><c r="I73" s="7"/><c r="J73" s="7"/><c r="K73" s="7"/><c r="L73" s="384"/><c r="M73" s="7"/><c r="N73" s="337"/><c r="O73" s="337"/><c r="P73" s="381"/><c r="Q73" s="381"/><c r="R73" s="381"/><c r="S73" s="381"/><c r="T73" s="417"/><c r="U73" s="417"/><c r="V73" s="417"/><c r="W73" s="417"/><c r="X73" s="417"/><c r="Y73" s="417"/><c r="Z73" s="417"/><c r="AA73" s="417"/><c r="AB73" s="381"/><c r="AC73" s="381"/><c r="AD73"/><c r="AE73"/><c r="AF73"/><c r="AG73"/><c r="AH73"/><c r="AI73"/><c r="AJ73"/><c r="AK73"/><c r="AL73"/><c r="AM73"/><c r="AN73"/><c r="AO73"/><c r="AP73" s="355"/><c r="AQ73" s="355"/><c r="AR73"/><c r="AS73"/><c r="AT73"/><c r="AU73"/><c r="AV73"/><c r="AW73"/><c r="AX73"/><c r="AY73"/><c r="AZ73"/><c r="BA73"/><c r="BB73" s="49"/><c r="BC73" s="49"/><c r="BP73" s="332"/><c r="BQ73" s="332"/><c r="BR73" s="332"/><c r="BS73" s="332"/></row><row r="74" spans="1:71" s="14" customFormat="1"><c r="A74" s="52"/><c r="B74" s="52"/><c r="C74"/><c r="D74"/><c r="E74" s="36"/><c r="F74" s="33"/><c r="G74"/><c r="H74" s="7"/><c r="I74" s="7"/><c r="J74" s="7"/><c r="K74" s="7"/><c r="L74" s="384"/><c r="M74" s="7"/><c r="N74" s="337"/><c r="O74" s="337"/><c r="P74" s="381"/><c r="Q74" s="381"/><c r="R74" s="381"/><c r="S74" s="381"/><c r="T74" s="417"/><c r="U74" s="417"/><c r="V74" s="417"/><c r="W74" s="417"/><c r="X74" s="417"/><c r="Y74" s="417"/><c r="Z74" s="417"/><c r="AA74" s="417"/><c r="AB74" s="381"/><c r="AC74" s="381"/><c r="AD74"/><c r="AE74"/><c r="AF74"/><c r="AG74"/><c r="AH74"/><c r="AI74"/><c r="AJ74"/><c r="AK74"/><c r="AL74"/><c r="AM74"/><c r="AN74"/><c r="AO74"/><c r="AP74" s="355"/><c r="AQ74" s="355"/><c r="AR74"/><c r="AS74"/><c r="AT74"/><c r="AU74"/><c r="AV74"/><c r="AW74"/><c r="AX74"/><c r="AY74"/><c r="AZ74"/><c r="BA74"/><c r="BB74" s="49"/><c r="BC74" s="49"/><c r="BP74" s="332"/><c r="BQ74" s="332"/><c r="BR74" s="332"/><c r="BS74" s="332"/></row><row r="75" spans="1:71"><c r="BD75" s="14"/><c r="BE75" s="14"/><c r="BF75" s="14"/><c r="BG75" s="14"/><c r="BH75" s="14"/><c r="BI75" s="14"/><c r="BJ75" s="14"/><c r="BK75" s="14"/><c r="BL75" s="14"/></row></sheetData><sheetProtection formatColumns="0" insertColumns="0" deleteColumns="0"/><mergeCells count="16"><mergeCell ref="A29:A35"/><mergeCell ref="BC16:BM17"/><mergeCell ref="BC2:BM2"/><mergeCell ref="A44:A53"/><mergeCell ref="A5:A20"/><mergeCell ref="B5:B19"/><mergeCell ref="B51:B53"/><mergeCell ref="B36:B40"/><mergeCell ref="A36:A43"/><mergeCell ref="B41:B43"/><mergeCell ref="B44:B46"/><mergeCell ref="B47:B50"/><mergeCell ref="B21:B26"/><mergeCell ref="B29:B33"/><mergeCell ref="B34:B35"/><mergeCell ref="A21:A27"/></mergeCells><phoneticPr fontId="71" type="noConversion"/><conditionalFormatting sqref="H8 H26 H35 H39:H40 H43 H45 H53 H24 H49:H50"><cfRule type="expression" dxfId="35" priority="306"><formula>$E8=1</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="I8 I26 I35 I39:I40 I43 I45 I53 I24 I49:I50"><cfRule type="expression" dxfId="34" priority="314"><formula>$E8=2</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="J8 J26 J35 J39:J40 J43 J45 J49:J50 J53 J24"><cfRule type="expression" dxfId="33" priority="322"><formula>$E8=3</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="K26 K35 K39:K40 K43 K45 K49:K50 K53 K24 K8"><cfRule type="expression" dxfId="32" priority="330"><formula>$E8=4</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="H5"><cfRule type="expression" dxfId="31" priority="254" stopIfTrue="1"><formula>$E5&gt;=1</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="H5:J5"><cfRule type="expression" dxfId="30" priority="14" stopIfTrue="1"><formula>$E5&gt;=3</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="H5:I5"><cfRule type="expression" dxfId="29" priority="15" stopIfTrue="1"><formula>$E5&gt;=2</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="H5:K5"><cfRule type="expression" dxfId="28" priority="13" stopIfTrue="1"><formula>$E5&gt;=4</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="H22"><cfRule type="expression" dxfId="27" priority="12" stopIfTrue="1"><formula>$E22&gt;=1</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="H22:J22"><cfRule type="expression" dxfId="26" priority="10" stopIfTrue="1"><formula>$E22&gt;=3</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="H22:I22"><cfRule type="expression" dxfId="25" priority="11" stopIfTrue="1"><formula>$E22&gt;=2</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="H22:K22"><cfRule type="expression" dxfId="24" priority="9" stopIfTrue="1"><formula>$E22&gt;=4</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="H46"><cfRule type="expression" dxfId="23" priority="8" stopIfTrue="1"><formula>$E46&gt;=1</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="H46:J46"><cfRule type="expression" dxfId="22" priority="6" stopIfTrue="1"><formula>$E46&gt;=3</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="H46:I46"><cfRule type="expression" dxfId="21" priority="7" stopIfTrue="1"><formula>$E46&gt;=2</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="H46:K46"><cfRule type="expression" dxfId="20" priority="5" stopIfTrue="1"><formula>$E46&gt;=4</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="H7 H9:H20 H23 H25 H27 H30:H34 H37:H38 H42 H48 H52 H55:H57"><cfRule type="expression" dxfId="19" priority="4" stopIfTrue="1"><formula>$E7&gt;=1</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="H7:J7 H9:J20 H23:J23 H25:J25 H27:J27 H30:J34 H37:J38 H42:J42 H48:J48 H52:J52 H55:J57"><cfRule type="expression" dxfId="18" priority="2" stopIfTrue="1"><formula>$E7&gt;=3</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="H7:I7 H9:I20 H23:I23 H25:I25 H27:I27 H30:I34 H37:I38 H42:I42 H48:I48 H52:I52 H55:I57"><cfRule type="expression" dxfId="17" priority="3" stopIfTrue="1"><formula>$E7&gt;=2</formula></cfRule></conditionalFormatting><conditionalFormatting sqref="H7:K7 H9:K20 H23:K23 H25:K25 H27:K27 H30:K34 H37:K38 H42:K42 H48:K48 H52:K52 H55:K57"><cfRule type="expression" dxfId="16" priority="1" stopIfTrue="1"><formula>$E7&gt;=4</formula></cfRule></conditionalFormatting><hyperlinks><hyperlink ref="E1" r:id="rId1"/></hyperlinks><pageMargins left="0.7" right="0.7" top="0.75" bottom="0.75" header="0.3" footer="0.3"/><pageSetup paperSize="9" orientation="portrait"/><drawing r:id="rId2"/><extLst><ext uri="{64002731-A6B0-56B0-2670-7721B7C09600}" xmlns:mx="http://schemas.microsoft.com/office/mac/excel/2008/main"><mx:PLV Mode="0" OnePage="0" WScale="0"/></ext></extLst></worksheet>