Writes a pivot table to a file in Excel document format.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public void ExportToExcel(
	string fileName
)
Visual Basic (Declaration)
Public Sub ExportToExcel ( _
	fileName As String _
)
Visual C++
public:
void ExportToExcel(
	String^ fileName
)

Parameters

fileName
Type: System..::.String

See Also