Click here to Skip to main content
15,920,828 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I have a question that when I click on register button for a new user, automatically a new excel sheet should be created without the user knowledge. That should be retrieved when he logs in and then when he clicks on view excel he must get the excel sheet created

What I have tried:

I tried this. But it does not suit my requirement.

How to create Excel file dynamically in ASP.NET
Posted
Updated 1-May-17 0:00am
Comments
Richard MacCutchan 1-May-17 3:19am    
Recursive link.

1 solution

Follow this two link which shows how to create and open excel sheet, and implement it on your project as required :

How to create Excel file in C#[^]

How to open an Excel file in C#[^]
 
Share this answer
 
Comments
Akshay12rao 4-May-17 1:17am    
Thanks for the code. It helped me thanks

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