Specifies where in the HTML document to place the published objects.
      
<AutoRepublish />
    | Element type | Anonymous | 
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
| Element | Description | 
|---|---|
| PublishObjects | Contains information about all published items in a workbook. | 
| Element | Description | 
|---|---|
| DivID | Contains the unique identifier used to identify an HTML DIV element on a Web page. The element is associated with an item in a document that is published to a Web page. The item can be an entire workbook, a worksheet, a selected print range, an AutoFilter range, a range of cells, a chart, a PivotTable report, or a query table. | 
None.
      
<xsd:element name="AutoRepublish" minOccurs="0" >
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="DivID" type="xsd:string" maxOccurs="unbounded">
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>