Hi Friends, Can anyone tell me how to get the datas from excel to ASP.NET and adding datas to excel from ASP.NET using C#. Thanks in Advance For Your Help.
Hi Friends, Can anyone tell me how to get the datas from excel to ASP.NET and adding datas to excel from ASP.NET using C#. Thanks in Advance For Your Help.
Hi Friends, Can anyone tell me how to get the datas from excel to ASP.NET and adding datas to excel from ASP.NET using C#. Thanks in Advance For Your Help.
you can connect to excel as with connection string with OLEDB connection Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Mhassanf.xls;Extended Properties="Excel 8.0;HDR=Yes;IMEX=1";