MMCExtensions 1.0.3.2
dotnet add package MMCExtensions --version 1.0.3.2
NuGet\Install-Package MMCExtensions -Version 1.0.3.2
<PackageReference Include="MMCExtensions" Version="1.0.3.2" />
paket add MMCExtensions --version 1.0.3.2
#r "nuget: MMCExtensions, 1.0.3.2"
// Install MMCExtensions as a Cake Addin #addin nuget:?package=MMCExtensions&version=1.0.3.2 // Install MMCExtensions as a Cake Tool #tool nuget:?package=MMCExtensions&version=1.0.3.2
You can use this nuget in the following scenarios:
* The class MMEncryptionTripleDES was added
* Encrypt and Decrypt Data using the algorithm Triple Des.
* Generate a 128 Key to encrypt data.
* Encrypt and Decrypt Data based in a Key.
* The clase DTExtensions was added
* Generate a SQL Table Type script from a DataTable
* Transform an Ilist or Lits to datable.
* Exclude columns from the List in order to not be included in the datatable.
* Export a Generic List to Excel
* Export a DataTable to Excel
* Create an Excel File from a DataTable or Generic List.
* Create a CSV File from a DataTable or Generic List.
* Convert a Generic List to a DataTable
* Convert a RecordSet to a DataTable.
* Get a DataTable from Excel File only the First Sheet.
* Fix an string to n quantity of digits.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- EPPlus (>= 4.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
* The class MMEncryptionTripleDES was added
* Encrypt and Decrypt Data using the algorithm Triple Des.
* Generate a 128 Key to encrypt data.
* Encrypt and Decrypt Data based in a Key.
* The clase DTExtensions was added
* Generate a SQL Table Type script from a DataTable
* Transform an Ilist or Lits to datable.
* Exclude columns from the List in order to not be included in the datatable.