Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OpenExcel Method / OpenExcel(Stream,ExcelOpenFlags,ExcelWarningList,String) Method
Stream
Open flag
List of Excel warnings
File password


In This Topic
    OpenExcel(Stream,ExcelOpenFlags,ExcelWarningList,String) Method
    In This Topic
    Opens an Excel Compound Document File and loads it into Spread with a list of warnings.
    Syntax
    'Declaration
     
    
    Public Overloads Function OpenExcel( _
       ByVal stream As Stream, _
       ByVal openFlags As ExcelOpenFlags, _
       ByVal warningList As ExcelWarningList, _
       ByVal password As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim stream As Stream
    Dim openFlags As ExcelOpenFlags
    Dim warningList As ExcelWarningList
    Dim password As String
    Dim value As Boolean
     
    value = instance.OpenExcel(stream, openFlags, warningList, password)

    Parameters

    stream
    Stream
    openFlags
    Open flag
    warningList
    List of Excel warnings
    password
    File password
    Exceptions
    ExceptionDescription
    No stream specified or specified stream is null
    No stream specified or specified stream is empty
    See Also