Workbook XML

The corresponding content from workbook.xml is

<workbook …>
  <fileVersion lastEdited="4" lowestEdited="4" rupBuild="4012"/>
  <workbookPr defaultThemeVersion="123820"/>
  <bookViews>
    <workbookView xWindow="360" yWindow="270" windowWidth="18735"
      windowHeight="11445"/>
  </bookViews>
  <sheets>
    <sheet name="Sheet1" sheetId="1" r:id="rId1"/>
    <sheet name="Sheet2" sheetId="2" r:id="rId2"/>
    <sheet name="Sheet3" sheetId="3" r:id="rId3"/>
  </sheets>
  <externalReferences>
    <externalReference r:id="rId4"/>
    <externalReference r:id="rId5"/>
  </externalReferences>
  <calcPr calcId="122211"/>
  <webPublishing codePage="1252"/>
</workbook>

The workbook part's <externalReferences> collection indicates that there are two external workbook references in this workbook. The first supporting external workbook data cache, also stored in this workbook, can be found by following the relationship from the workbook whose @Id value is rId4. The second supporting external workbook data cache, also stored in this workbook, can be found by following the relationship from the workbook whose @Id value is rId5.