views:

94

answers:

2
  • We are doing an File management project
  • We need a same excel format
  • Please help me to do the same
A: 

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.

korchev
A: 

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.

Joel Meador