Workbook Relationships
The corresponding content from workbook.xml.rels is:
<Relationships xmlns="http://…/package/2006/relationships"> <Relationship Id="rId8" Type="http://…/sharedStrings" Target="sharedStrings.xml"/> <Relationship Id="rId3" Type="http://…/worksheet" Target="worksheets/sheet3.xml"/> <Relationship Id="rId7" Type="http://…/styles" Target="styles.xml"/> <Relationship Id="rId2" Type="http://…/worksheet" Target="worksheets/sheet2.xml"/> <Relationship Id="rId1" Type="http://…/worksheet" Target="worksheets/sheet1.xml"/> <Relationship Id="rId6" Type="http://…/theme" Target="theme/theme1.xml"/> <Relationship Id="rId5" Type="http://…/externalLink" Target="externalLinks/externalLink2.xml"/> <Relationship Id="rId4" Type="http://…/externalLink" Target="externalLinks/externalLink1.xml"/> <Relationship Id="rId9" Type="http://…/calcChain" Target="calcChain.xml"/> </Relationships>
These relationship expressions indicate that cell B2
is supported by the external workbook data cache located at externalLinks/externalLink1.xml
in the package. These relationship expressions also indicate that cell C2
is supported by the external workbook data cache located at externalLinks/externalLink2.xml
in the package.