Bnsights.Tools.Excel
1.0.0.3
See the version list below for details.
dotnet add package Bnsights.Tools.Excel --version 1.0.0.3
NuGet\Install-Package Bnsights.Tools.Excel -Version 1.0.0.3
<PackageReference Include="Bnsights.Tools.Excel" Version="1.0.0.3" />
paket add Bnsights.Tools.Excel --version 1.0.0.3
#r "nuget: Bnsights.Tools.Excel, 1.0.0.3"
// Install Bnsights.Tools.Excel as a Cake Addin #addin nuget:?package=Bnsights.Tools.Excel&version=1.0.0.3 // Install Bnsights.Tools.Excel as a Cake Tool #tool nuget:?package=Bnsights.Tools.Excel&version=1.0.0.3
Bnsights.Tools.Excel is Helper DLL for manipulating Microsoft Excel documents in Bnsights.
It is a prat of Bnsights Business Solutions Framework (BBSF).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- ClosedXML (>= 0.94.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0.13 | 1,970 | 11/25/2020 |
1.0.0.12 | 623 | 10/25/2020 |
1.0.0.11 | 570 | 10/25/2020 |
1.0.0.10 | 683 | 10/11/2020 |
1.0.0.9 | 562 | 10/7/2020 |
1.0.0.8 | 578 | 9/23/2020 |
1.0.0.7 | 666 | 8/31/2020 |
1.0.0.6 | 705 | 7/16/2020 |
1.0.0.5 | 678 | 3/12/2020 |
1.0.0.4 | 645 | 3/12/2020 |
1.0.0.3 | 711 | 3/7/2020 |
1.0.0.2 | 780 | 12/27/2019 |
1.0.0.1 | 702 | 12/26/2019 |
1.0.0 | 759 | 4/3/2019 |
ExcelReader:
- now implements IDisposable
- Enhanced to support a sheet up to 182 column (FZ)
- Added option to read all Workbook Sheet to a list of DataTables
- Added Option to initialize from a byte array
ExcelWorkBook:
- Handled null reference with meaningful error, when datatable contains 0 colummns