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


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

Return Value

Boolean: true if successful; false otherwise
Example
FpSpread1.SaveExcel("test.xls",IncludeHeaders.BothCustomOnly);
FpSpread1.SaveExcel("test.xls",Model.IncludeHeaders.BothCustomOnly)
See Also

Reference

FpSpread Class
FpSpread Members
Overload List

User-Task Documentation

Saving to an Excel-Formatted File

External

Microsoft Excel