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


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)
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FpSpread Class
FpSpread Members
Overload List

User-Task Documentation

Saving to an Excel-Formatted File

External

Microsoft Excel

 

 


Copyright © GrapeCity, inc. All rights reserved.