Nevron .NET Vision
Nevron.Chart Namespace / NExcelReader Class / ReadAll Method / ReadAll(String) Method
A relative or absolute path to the Excel file.


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

    Parameters

    fileName
    A relative or absolute path to the Excel file.

    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