show/hide this revision's text 2 Added hyperlinks that I wasn't allowed to include the first time

A few options I have used:

If XLSX is a must: ExcelPackage is a good start but died off when the developer quit working on it. ExML picked up from there and added a few features. ExML isn't a bad option, I'm still using it in a couple of production websites.

For all of my new projects, though, I'm using NPOI, the .NET port of Apache POI. It doesn't have XLSX support yet but it is the only one under active development.

Apparently new users can't add nice hyperlinks so here are the plaintext links to what I'm talking about:

codeplex.com/ExcelPackage

exml.codeplex.com/

npoi.codeplex.com/

poi.apache.org/

show/hide this revision's text 1

A few options I have used:

If XLSX is a must: ExcelPackage is a good start but died off when the developer quit working on it. ExML picked up from there and added a few features. ExML isn't a bad option, I'm still using it in a couple of production websites.

For all of my new projects, though, I'm using NPOI, the .NET port of Apache POI. It doesn't have XLSX support yet but it is the only one under active development.

Apparently new users can't add nice hyperlinks so here are the plaintext links to what I'm talking about:

codeplex.com/ExcelPackage

exml.codeplex.com/

npoi.codeplex.com/

poi.apache.org/