Krishnan
Krishnan

Reputation: 1050

Export to Excel in linq

Upvotes: 1

Views: 1178

Answers (2)

user1976
user1976

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

Atanas Korchev
Atanas Korchev

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

Related Questions