2.1.7.46 Single Cell Tables
An instance of the Single Cell Tables part type specifies how elements and attributes in an XML map, as specified by the Custom XML Maps (section 2.1.7.15) part, are associated with sheet cells. Sheet cells are used for elements and attributes in an XML map that are specified as occurring only once, or when a user forces an otherwise repeating element or attribute to occur only once.
Content type: application/vnd.ms-excel.tableSingleCells
Source relationship: http://schemas.openxmlformats.org/officeDocument/2006/relationships/tableSingleCells
Use tables, as specified by the table (section 2.1.7.51) part, for elements and attributes in an XML map that are specified as occurring more than once, or to force an otherwise non-repeating element or attribute to repeat more than once.
A package MUST contain at most one Single Cell Tables part per worksheet (section 2.1.7.62) part, and that part MUST be the target of an implicit relationship from a Worksheet part.
A Single Cell Tables part MUST NOT have implicit or explicit relationships to any part specified in this document.
Record sequence ABNF:
SINGLECELLTABLES = BrtBeginSingleCells *LIST BrtEndSingleCells
LIST = [ACUID] BrtBeginList LISTCOLS *FRT BrtEndList
LISTCOLS = BrtBeginListCols LISTCOL BrtEndListCols
LISTCOL = [ACUID] BrtBeginListCol [LISTXMLCPR] *FRT BrtEndListCol
For ABNF rules not listed here, see section 2.1.8.