Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SaveExcel Method / SaveExcel(String,ExcelWarningList) Method
Path and name of file
List of Excel warnings


In This Topic
    SaveExcel(String,ExcelWarningList) Method
    In This Topic
    Saves the content of the Spread component to the specified Excel-compatible file with a list of warnings.
    Syntax
    'Declaration
     
    
    Public Overloads Function SaveExcel( _
       ByVal fileName As String, _
       ByVal warningList As ExcelWarningList _
    ) As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim fileName As String
    Dim warningList As ExcelWarningList
    Dim value As Boolean
     
    value = instance.SaveExcel(fileName, warningList)

    Parameters

    fileName
    Path and name of file
    warningList
    List of Excel warnings
    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