Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Expert,

I am Uday Satardekar,

In C# winform application, i am using Datagridview as excel for data entry.

I am sending these data from Datagridview ( Emails, companies countries etc.) to server using

Xml and then using stored procedure to store the data into database.


Besides this now i want to store these information in excel File on server. And every time it must create separate excel file.

So please guide me ,how to create excel file with uniq name and store data as it is on same file on server.Here i am just creating excel with any name with data and then fetching that excel with name only.

My Server is on different computer.and there are multiple computers accessing it.


So please help me to sort out this problem.
Sorry for poor English.

Thanks in advance.
Posted
Comments
Joezer BH 14-Feb-13 6:50am    
Which part exactly is your problem?

1 solution

Exporting the data to excel is a quite common task. If you google, you will get many decent examples. The following link explains of exporting the XML data to excel:

http://social.msdn.microsoft.com/Forums/br/csharpgeneral/thread/ea02f8e8-edf5-4aca-8c74-ef3a94b5328d[^]

In the above example a dataset is converted to XML and then exported to excel. You can skip the part of converting dataset to xml and then try it.

All the best.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900