Reputation: 1050
Upvotes: 1
Views: 1178
Reputation:
There's always html to excel conversion which is easier to use (assuming you are comfortable generating html and css) than POI, though POI definitely has features we don't support and is free.
Full disclosure: I helped write the product.
Upvotes: 1
Reputation: 30661
You can try the NPOI project which provides .NET API to creating Excel files. It comes with a lots of examples so it should be very easy to get started.
Upvotes: 1