Click here to Skip to main content
15,922,015 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
How to write data to the excel file in c#?


I want to write data to the excel captured from a form field in the PDF file. I have to write in the specific cell Range (say starting from B1 to B14).
Posted
Comments
Counde 15-Mar-16 7:00am    
You can refer to this article that demonstrates how to read and write an excel file from C# code. Note that the code uses a C# library for excel workbooks.

 
Share this answer
 
Comments
CPallini 9-Dec-15 4:55am    
5.
I would use Google[^] for that.
 
Share this answer
 
Comments
Richard MacCutchan 9-Dec-15 6:45am    
I did, and got a 5 for it. :)
CPallini 9-Dec-15 6:56am    
:-) :thumbsup:

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