Workbook Part

Content Type(s):

application/vnd.openxmlformats-officedocument.spreadsheetml.main+xmlapplication/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml

Root Namespace:

http://schemas.openxmlformats.org/spreadsheetml/2006/main

Source Relationship:

http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument

An instance of this part type contains workbook data and references to all of its worksheets.

A package shall contain exactly one Workbook part, and that part shall be the target of a relationship in the package-relationship item.

example:
<Relationships xmlns="…">
  <Relationship Id="rId1" 
    Type="http://…/officeDocument" Target="xl/workbook.xml"/>
</Relationships>

The root element for a part of this content type shall be< workbook>.

example:
<workbook xmlns="…" xmlns:r="…">
  <fileVersion lastEdited="4" lowestEdited="4" rupBuild="3417"/>
  <bookViews>
    <workbookView xWindow="240" yWindow="15" windowWidth="8505"
      windowHeight="6240"/>
  </bookViews>
  <sheets>
    <sheet name="January" tabId="1" r:id="rId1"/>
    <sheet name="February" tabId="2" r:id="rId2"/>
    <sheet name="March" tabId="3" r:id="rId3"/>
  </sheets>
  <workbookPr showObjects="all"/>
  <webPublishing codePage="1252"/>
  <calcPr calcId="122211" fullCalcOnLoad="1"/>
</workbook>

A Workbook part shall be located within the package containing the source relationship (expressed syntactically, the @TargetMode attribute of the <Relationship> element shall be Internal).

A Workbook part is permitted to have implicit relationships to the following parts defined by this Standard:

A Workbook part is permitted to have explicit relationships to the following parts defined by this Standard:

A Workbook part shall not have implicit or explicit relationships to any other part defined by this Standard.