[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
webPublishItems (Web Publishing Items)
This represents a listing of individual objects in this workbook that have been published (to HTML).
Note:When one of these objects is selected to be published, just the object is published to HTML, not the entire workbook contents.
[Example: This example shows two items which have been previously selected for publishing. One is a range (A6:C6), the other is a chart, named "Chart 1".
<webPublishItems count="2">
<webPublishItem id="11289" divId="Views_11289" sourceType="range"
sourceRef="A6:C6" destinationFile="D:\Publish.htm" published="0"/>
<webPublishItem id="6433" divId="Views_6433" sourceType="chart"
sourceObject="Chart 1" destinationFile="D:\Publish.mht" published="0"/>
</webPublishItems>
end example]
Parent Elements |
chartsheet (§3.3.1.11); worksheet (§3.3.1.96) |
Child Elements |
Subclause |
webPublishItem (Web Publishing Item) |
§3.3.1.94 |
Attributes |
Description |
count (Web Publishing Items Count) |
Number of items.
The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_WebPublishItems">
<sequence>
<element name="webPublishItem" type="CT_WebPublishItem" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt" use="optional"/>
</complexType>