Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
1. I have an excel workbook with some data.
2. I want to transfer all the data into a new workbook which contains formulas and readonly cells as well.

How to transfer data from one workbook(1) to another(2) in ASP.NET or C#.

Please help..
Posted
Updated 24-Mar-13 1:45am
v2
Comments
[no name] 24-Mar-13 9:09am    
"How to transfer data from one workbook(1) to another(2) in ASP.NET or C#", how? You do this by writing some code, that is how. You will need to write this code in C# though.
Sandeep Mewara 24-Mar-13 11:13am    
Tried anything so far?

1 solution

Well, i haven't done it before. But you i think you should manage every thing programiticaly.

Couple of articles that may help,


Read data from an Excel workbook in C#
Drag formulas in excel from C#
How to make an excel cell ReadOnly using C#
How to transfer data to an Excel workbook
 
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