PivotTableExcelWriter Constructor (Stream, String)

NReco.PivotData Class Library Documentation
Initializes a new instance of the PivotTableExcelWriter class

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

public PivotTableExcelWriter(
	Stream outputStream,
	string workSheetName
)

Parameters

outputStream
Type: System.IOStream
workSheetName
Type: SystemString
See Also

Reference