[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
s (Character Value)
This element is used to specify an HTML table to import by name. If the tables are not named, they'll be specified with the <x v="[index]">syntax instead.
Parent Elements |
metadataStrings (§3.9.9); tables (§3.13.9) |
Attributes |
Description |
v (Value) |
The name of the table to retrieve when the web query is refreshed. This corresponds to the string used for the id attribute of the HTML <table> tag.
The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_XStringElement">
<attribute name="v" type="ST_Xstring" use="required"/>
</complexType>