PivotTableExcelWriterWrite Method

NReco.PivotData Class Library Documentation
Renders pivot table into Excel worksheet using data from specified PivotTable instance.

Namespace:  NReco.PivotData.Output
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public virtual void Write(
	IPivotTable pvtTbl
)

Parameters

pvtTbl
Type: NReco.PivotDataIPivotTable
configured PivotTable view instance
See Also

Reference