NevronOpenVision
Nevron.Nov.Formats.Excel Namespace / NExcelReader Class / ReadAll Method / ReadAll(Stream,Boolean) Method
The System.IO.Stream from which to read the Excel data.
Indicates whether the first row of each table contains column names.
ReadAll(Stream,Boolean) Method
Reads all data from the provided stream.
Syntax
public static NDataSet ReadAll( 
   System.IO.Stream stream,
   System.bool headerRow
)

Parameters

stream
The System.IO.Stream from which to read the Excel data.
headerRow
Indicates whether the first row of each table contains column names.

Return Value

An Nevron.Nov.Data.NDataSet with a table for each Excel sheet.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also