Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OpenExcel Method / OpenExcel(Stream,ExcelWarningList) Method
Stream
List of Excel warnings


In This Topic
    OpenExcel(Stream,ExcelWarningList) 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 warningList As ExcelWarningList _
    ) As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim stream As Stream
    Dim warningList As ExcelWarningList
    Dim value As Boolean
     
    value = instance.OpenExcel(stream, warningList)

    Parameters

    stream
    Stream
    warningList
    List of Excel warnings
    Exceptions
    ExceptionDescription
    No stream specified or specified stream is null
    No stream specified or specified stream is empty
    See Also