Click here to Skip to main content
15,902,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How to import excel sheet data from sheet to datagrid using javascript in asp.net and after modify the data, how to export to excel that data from datagrid using javascript in asp.net.

If any one know about that please tell me.



Regards
Nanda Kishore.CH
Posted
Updated 31-May-12 4:18am
v2

1 solution

You can import data from excel sheet into grid something like: Import Excel To Datagrid ASP.net[^].

Now, if you want this to be triggered through client side, use Javascript client techniques to trigger the same, like XMLHTTPRequest. Using it, talk to server and get the desired data.
 
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