Hey all,
I had a project assigned today and I need to complete in 4 days..A part of that project requires me to create a user online registration form..All user information needs to get saved in an excel file. I have never done this before.. I know how to save data in a SQL database. But have never done saving into an excel file. Any help would be great..I am using C# for programming. Tried browsing for some coding tips..But had no luck...Can anyone help me with some easy solution? I am in a real time constraint.

Thanks
Ani

You can do it two ways.
If you just need a basic excel sheet, just save it out as a csv format with xls extension.

If you need more advanced, then take a look using office pia's. They are DOM for office for all versions.

Here's a link on msdn that should be a very good start
http://support.microsoft.com/kb/302084

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.