/**
 * @class Ext.exporter.file.ooxml.excel.Record
 * @extend Ext.exporter.file.ooxml.Base
 * Represents a single record of data in the PivotCache.
 *
 * (CT_Record)
 * @private
 */
 
/**
 * @cfg {Boolean/Number/Date/String[]} [items=null]
 * Cell values for this record
 */