Jor.Excel.PolarNemo 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Jor.Excel.PolarNemo --version 1.0.0
NuGet\Install-Package Jor.Excel.PolarNemo -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Jor.Excel.PolarNemo" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jor.Excel.PolarNemo --version 1.0.0
#r "nuget: Jor.Excel.PolarNemo, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Jor.Excel.PolarNemo as a Cake Addin
#addin nuget:?package=Jor.Excel.PolarNemo&version=1.0.0

// Install Jor.Excel.PolarNemo as a Cake Tool
#tool nuget:?package=Jor.Excel.PolarNemo&version=1.0.0

Extension de la libreria NPOI en español que abrevia las funcionalidades para una lectura mas facil. Asi también se estan usando Func<> para poder pasar estilos y parametros de forma mas versatil. 😃

//////////////////////////////////////////////////// Ejemplo: Jor.ExcelEasy.Libro.CrearExcel( $"{tituloReporte}", out XSSFWorkbook libroExcel, out ISheet hoja_Reporte);

IRow fila = hoja_Reporte.AgregarFila(0);

fila.ColocarValor("A", "Valor Ejemplo");

libroExcel.CrearArchivoExcel(out string contentType); ////////////////////////////////////////////////////

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

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
2.1.2 75 6/24/2024
2.1.1 66 6/24/2024
2.1.0 69 6/5/2024
2.0.0 73 6/4/2024
1.1.0 74 6/3/2024
1.0.0 84 5/29/2024

Libreria de Excel para imprimir valores, validacion, formulas y Descargas dinamicas de Objetos