GDS.XLSX
1.0.3
The simplest/easiest way to translate a DataTable into an Excel document (XLSX)
- A more advanced setup can be used too if you need more control of the output.
- Based on OpenXML from Microsoft
- As lightweight as it can be.
This is among the simplest and fastest libraries to convert a DataTable to an Excel Sheet.
(And probably also the fastest)
Install-Package GDS.XLSX -Version 1.0.3
dotnet add package GDS.XLSX --version 1.0.3
<PackageReference Include="GDS.XLSX" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GDS.XLSX --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
- Fixed issue with dates (caused schema corruption)
- Added XLSX Validation Helper class.
Dependencies
-
.NETFramework 4.5
- DocumentFormat.OpenXml (>= 2.8.1)
-
.NETStandard 2.0
- DocumentFormat.OpenXml (>= 2.8.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.