Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
Is there any ready made tool available to read excel file data and display it in web page controls like textbox, combo box etc. i already googled a lot but cant find proper tool. Please suggest.

What I have tried:

I googled like auto form filler from excel, excel data to web page, Tool to fill excel values in a web form fields and submit it etc etc
Posted

You can use the Excel ODBC driver or the Office XML SDK. Google both for more info and examples.
 
Share this answer
 
v2
There are various options for reading Excel files on the server. For example:

(Avoid using Office Interop at all costs! Not only would you have to install Office on the server, it's not supported[^] in ASP.NET or any unattended server software.)

But you won't find anything that will automatically read data from an Excel file and display it in controls on your page. You'll need to write that code yourself, as only you know what the data in the file looks like, and how you want to display it.
 
Share this answer
 
you can fetch data from excel to your code easily and then do what you want like insert or display. just search how to fetch data from excel in asp.net you got lot of example
 
Share this answer
 
Comments
Umesh AP 18-Feb-16 23:42pm    
Thanks for your replies but i am searching for tool only.
Anyone knows about iMacros?? I think this is the tool i am searching for.

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