Nevron .NET Vision
Nevron.Chart Namespace / NExcelReader Class / ReadAll Method / ReadAll(FileStream) Method
The System.IO.FileStream from which to read the Excel data.


In This Topic
    ReadAll(FileStream) Method
    In This Topic
    Reads all data from provided FileStream.
    Syntax
    'Declaration
     
    
    Public Overloads Function ReadAll( _
       ByVal stream As System.IO.FileStream _
    ) As System.Data.DataSet
    'Usage
     
    
    Dim instance As NExcelReader
    Dim stream As System.IO.FileStream
    Dim value As System.Data.DataSet
     
    value = instance.ReadAll(stream)
    public System.Data.DataSet ReadAll( 
       System.IO.FileStream stream
    )

    Parameters

    stream
    The System.IO.FileStream from which to read the Excel data.

    Return Value

    DataSet with DataTables for each Excel sheet.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also