Spread for ASP.NET 12 Product Documentation
SaveExcel(String,IncludeHeaders) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class > SaveExcel Method : SaveExcel(String,IncludeHeaders) Method
Path and file name of Excel file
Whether to export the headers as data
Saves the contents of the Spread component to Excel in the specified file and whether to include headers.
Syntax
'Declaration
 
Public Overloads Function SaveExcel( _
   ByVal fileName As String, _
   ByVal includeHeaders As IncludeHeaders _
) As Boolean
'Usage
 
Dim instance As FpSpread
Dim fileName As String
Dim includeHeaders As IncludeHeaders
Dim value As Boolean
 
value = instance.SaveExcel(fileName, includeHeaders)
public bool SaveExcel( 
   string fileName,
   IncludeHeaders includeHeaders
)

Parameters

fileName
Path and file name of Excel file
includeHeaders
Whether to export the headers as data
See Also

Reference

FpSpread Class
FpSpread Members
Overload List