Not Rocket Science

Simplexcel - simple .xlsx library for .net

As part of almost every application I work on, I need to create Excel sheets one way or the other, usually from an ASP.net MVC application. During the years, I’ve tried several approaches, and they all sucked one way or the other:

So, all solutions I tried sucked. Which means that I set out to create another solution that sucks slightly less. Armed with some spare time, the ECMA-376 standard and Excel 2007 and 2010 to actually test against, I created a library that has a limited set of features, but implements them well, handles errors properly and (hopefully) has a good API for you guys to work against.

Features

Usage

You can get the Simplexcel Nuget Package for .net 4.0 Client Profile or higher - https://nuget.org/packages/simplexcel

Documentation can be found in USAGE.md

Source Code

Licensed under the MIT License, the code can be found at https://github.com/mstum/Simplexcel

Post Tags
My Software