leomaurodesenv / csharp-excel-solution

Just a toy with excel packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C# Excel Packages

In this repository, I simulate a toy with Excel packages (xls, xlsx) using a DataTable structure.


Solutions

  1. ClosedXML - Support Excel 2007 (xlsx). Link.
  2. Microsoft.Office.Interop.Excel - Not recommend for Server, also is pay.
  3. GemBox.Spreadsheet - Pay. Link.
  4. EASY XLS - Pay. Link.
  5. EPPlus - Support Excel 2007 (xlsx). Link.
  6. ExcelLibrary - Support Excel 2003 (xls). Link.
  7. NPOI - Support Excel 2003 (xls) and Excel 2007 (xlsx). Link. (Recommended)

Also look ~

About

Just a toy with excel packages


Languages

Language:C# 100.0%