MPSTI.PlenoSoft.Core.Office.OpenXml 2.0.0.1

dotnet add package MPSTI.PlenoSoft.Core.Office.OpenXml --version 2.0.0.1
NuGet\Install-Package MPSTI.PlenoSoft.Core.Office.OpenXml -Version 2.0.0.1
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="MPSTI.PlenoSoft.Core.Office.OpenXml" Version="2.0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MPSTI.PlenoSoft.Core.Office.OpenXml --version 2.0.0.1
#r "nuget: MPSTI.PlenoSoft.Core.Office.OpenXml, 2.0.0.1"
#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 MPSTI.PlenoSoft.Core.Office.OpenXml as a Cake Addin
#addin nuget:?package=MPSTI.PlenoSoft.Core.Office.OpenXml&version=2.0.0.1

// Install MPSTI.PlenoSoft.Core.Office.OpenXml as a Cake Tool
#tool nuget:?package=MPSTI.PlenoSoft.Core.Office.OpenXml&version=2.0.0.1

Pleno Excel é um façade para o DocumentFormat.OpenXML muito simples de utilizar.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.

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.0.0.1 121 9/20/2023
1.0.0.18 349 11/7/2022

(Atual)
2023-09-20 - 2.0.0.01 -> Trocando o target do pacote MPSTI.PlenoSoft.Core.Office.OpenXml para o .Net 6;
2022-11-05 - 1.0.0.18 -> Refatoração e limpeza do projeto, com alteração do nome de PlenoMapa para ExcelColumnAttribute;
2021-05-07 - 1.0.0.17 -> Correção do bug de exportar uma lista de DTOs;
2018-04-26 - 1.0.0.16 -> Inclusão da suíte de testes unitários e reestruturação das pastas de código fonte;
2018-02-02 - 1.0.0.15 -> Correção do bug de exportar campo do tipo Decimal;
2017-10-20 - 1.0.0.14 -> Possibilitar o carregamento automático da configuração através de arquivo XML;
2017-10-18 - 1.0.0.13 -> Correção do posicionamento do cabeçalho;
2017-09-14 - 1.0.0.12 -> Implementando a configuração através de recursos externos da aplicação;
2017-08-17 - 1.0.0.11 -> Suporte à Backup durante a manipulação de arquivos;
2017-08-07 - 1.0.0.10 -> Configuração de campos através de Atributos no DTO;
2017-08-06 - 1.0.0.09 -> Exportação de Listas de um DTO como sheets da planilha;
2017-08-05 - 1.0.0.08 -> Versão Inicial do façade para o DocumentFormat.OpenXML muito simples de utilizar;