Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Scenario: I have an excel document that lists 16 data elements. These elements are put into corresponding fields in a webpage. Once all the fields are complete, the submit button is hit and you get back a confirmation number via email.

Question: Is there a way to code a program that will take the excel data elements, populate the corresponding fields on the webpage and submit the data for me? Or is this even possible?

How would I go about doing this?

Appreciate any feedback

What I have tried:

I don't have much program experience, so nothing as of yet. I want to get a good direction first before I start.
Posted
Updated 3-Mar-17 16:33pm
v2
Comments
[no name] 1-Mar-17 15:40pm    
I would say, yes it is possible.
[no name] 1-Mar-17 17:00pm    
I assume you are not writing about a Client side Excel... now, replace Excel with mysql/mssql/... if this would not be possible, how all the online Shops will work?

1 solution

Quote:
Question: Is there a way to code a program that will take the excel data elements, populate the corresponding fields on the webpage and submit the data for me? Or is this even possible?

Yes, it is possible.
Quote:
How would I go about doing this?

General principle, first you learn coding properly, then you do personal projects.
 
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