pub fn build_pivot_table_xml(
config: &PivotTableConfig,
cache_id: u32,
field_names: &[String],
) -> Result<PivotTableDefinition>Expand description
Builds the pivot table definition XML from config and field names.
pub fn build_pivot_table_xml(
config: &PivotTableConfig,
cache_id: u32,
field_names: &[String],
) -> Result<PivotTableDefinition>Builds the pivot table definition XML from config and field names.