Info
Version: | 1.0.3.2 |
Author(s): | Jose Miguel Mena, SirMena |
Last Update: | Thursday, February 15, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Migsir/MMCExtensions |
NuGet Url: | https://www.nuget.org/packages/MMCExtensions |
Install
Install-Package MMCExtensions
dotnet add package MMCExtensions
paket add MMCExtensions
MMCExtensions Download (Unzip the "nupkg" after downloading)
Dependencies
- EPPlus(>= 4.1.0)
Tags
* 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.