Hi...
I want to Update exsisting Excel file useing C# (C Sharpe).
My Application Flow=>
step1) My Application Reads Excel file from perticular Location
step2) Then it Shows all data from excel into DataGridView.
step3) Then My application prints Barcode for each row from Excelsheet.
step4) Then I want to put DateTime Stamp against each Record of excel to intimate the user "When that Barcode is Printed for perticular row?" for that i need to Update exsisting excel which i already read.
mahesh.sherk...
Member
5 Points
3 Posts
How to Update exsisting Excel file? Write at Particulare Cell in Excel??
Feb 23, 2012 11:27 AM|LINK
Hi...
I want to Update exsisting Excel file useing C# (C Sharpe).
My Application Flow=>
step1) My Application Reads Excel file from perticular Location
step2) Then it Shows all data from excel into DataGridView.
step3) Then My application prints Barcode for each row from Excelsheet.
step4) Then I want to put DateTime Stamp against each Record of excel to intimate the user "When that Barcode is Printed for perticular row?" for that i need to Update exsisting excel which i already read.
So How to Update exsisting Excel file???
Plzzzz Help me Guys.....
It's Urgent....
Thanks in advance !!!!!!
dinakaran
Member
625 Points
216 Posts
Re: How to Update exsisting Excel file? Write at Particulare Cell in Excel??
Feb 24, 2012 03:13 PM|LINK
Hi,
Follow this link
http://csharp.net-informations.com/excel/csharp-excel-oledb-update.htm
mahesh.sherk...
Member
5 Points
3 Posts
Re: How to Update exsisting Excel file? Write at Particulare Cell in Excel??
Feb 27, 2012 09:45 AM|LINK
Thanks...
It Worked....