Top 20 NuGet Packages

Excalibur tries to bring structure for developers that are using MvvmCross and Xamarin to develop their mobile applications. This is the base project for most Excalibur solutions.
Get access to MSSql stored procedure from WebAPI
Excalibur Utilities Core Interfaces
Lightweight Excel data reader.
My package description.
Excel to CSV without Microsoft Office.
My package description.
A set of powershell v2 cmdlets to work with excel data. Work in progress, right now, only import-excel cmdlet available.
A C#/.Net library for creating reports in Excel spreadsheet files directly through code. Unlike .csv files, these can be directly opened by Excel and thus provide an easy way to define excel styles. No need to install Ms Office Excel or any third-party libraries.
Creates Excel sheet.
Project
My package description.
Excel Report Generator that does not require an MS Office.
This is a library for serializing and deserializing an excel file to/from an object list
Convertir listas en archivos de .xlsx
Allows to create CRM Attributes via Excel spreadsheet.
Convert Excel file to filled List<T> using ExcelUpload; using ExcelUpload.Abstract; [HttpPost] public ActionResult Upload(HttpPostedFileBase file) { List<IPTable> PTableList = new List<IPTable>(); PTableList.Add(new PTable<Sedan>()); PTableList.Add(new PTable<Order>()); ExcellReader er = new Exce...
My package description.
Simple Excel Document Reader