Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SaveExcel Method / SaveExcel(String,IncludeHeaders) Method
Path and name of file
Whether to include headers


In This Topic
    SaveExcel(String,IncludeHeaders) Method
    In This Topic
    Saves the content of the Spread component to the specified Excel-compatible file with the headers exported as data.
    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)

    Parameters

    fileName
    Path and name of file
    includeHeaders
    Whether to include headers
    Exceptions
    ExceptionDescription
    Specified file is not found
    No file name is specified (or specified file name is null)
    No file name is specified (or specified file name is empty)
    See Also