IntNovAction.Utils.ExcelExporter
2.1.0
Utilidad para exportar a excel desde un IEnumerable tipado.
Permite (entre otras cosas):
- Trabajar con multiples hojas.
- Específicar las columnas a mostrar y darles formato.
- Dar formatos condicionales a las filas en base a los valores de los elementos del enumerado.
- Transformar y formatear dinámicamente los datos.
Install-Package IntNovAction.Utils.ExcelExporter -Version 2.1.0
dotnet add package IntNovAction.Utils.ExcelExporter --version 2.1.0
<PackageReference Include="IntNovAction.Utils.ExcelExporter" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IntNovAction.Utils.ExcelExporter --version 2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: IntNovAction.Utils.ExcelExporter, 2.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install IntNovAction.Utils.ExcelExporter as a Cake Addin #addin nuget:?package=IntNovAction.Utils.ExcelExporter&version=2.1.0 // Install IntNovAction.Utils.ExcelExporter as a Cake Tool #tool nuget:?package=IntNovAction.Utils.ExcelExporter&version=2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Cambio a netstandard. Actualización de paquetes.
Dependencies
-
.NETStandard 2.0
- ClosedXML (>= 0.94.2)
- DocumentFormat.OpenXml (>= 2.9.1)
- FastMember.Signed (>= 1.5.0)
- System.ComponentModel.Annotations (>= 4.5.0)
- System.Drawing.Common (>= 4.5.1)
- System.IO.Packaging (>= 4.5.0)
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.