Saves excel file to specified file.

Namespace:  PerpetuumSoft.Reporting.Export.ExcelXml
Assembly:  PerpetuumSoft.Reporting.Export.ExcelXml (in PerpetuumSoft.Reporting.Export.ExcelXml.dll) Version: 3.9.0.1

Syntax

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

Parameters

fileName
Type: System..::.String

See Also