ExcelReader 1.1.0.1
See the version list below for details.
dotnet add package ExcelReader --version 1.1.0.1
NuGet\Install-Package ExcelReader -Version 1.1.0.1
<PackageReference Include="ExcelReader" Version="1.1.0.1" />
paket add ExcelReader --version 1.1.0.1
#r "nuget: ExcelReader, 1.1.0.1"
// Install ExcelReader as a Cake Addin #addin nuget:?package=ExcelReader&version=1.1.0.1 // Install ExcelReader as a Cake Tool #tool nuget:?package=ExcelReader&version=1.1.0.1
Excel Reader will allow developers to read excel file within 3 lines of code
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1). Allow reading different excel sheet i.e. obj.Sheet(2) will allow to read second sheet (default is sheet(1))
2). New Method obj.RowCount() return the number of active rows in selected sheet
3). New Method obj.ColumnCount() return the number of active columns in selected sheet
4). New Method obj.SheetCount() return the number of sheets in excel file
5). New Method obj.SheetNames() return IList of string collection of all names of the sheet in excel file
6). New Method obj.HeaderNames() return IList of string collection of all names of header in first excel sheet