Skip to main content

build_pivot_table_xml

Function build_pivot_table_xml 

Source
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.