write data to excel book

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anudu
    New Member
    • Oct 2007
    • 31

    write data to excel book

    Hi ,

    I am developing a system with asp.net ( c#.net at server side programming)
    I want to write data in a dataset to a excel book. before write dataset data I have to include a header as a report also.( the header is as we do in crystal reports)

    how to do this?

    Anushka
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Look up Microsoft.Offic e.Interop.Excel

    This should get you started.

    Just remember that this will all happen on the server, not the client computer. You also need Excel installed on the server.

    Originally posted by anudu
    Hi ,

    I am developing a system with asp.net ( c#.net at server side programming)
    I want to write data in a dataset to a excel book. before write dataset data I have to include a header as a report also.( the header is as we do in crystal reports)

    how to do this?

    Anushka

    Comment

    Working...