Netanel Dadon
Netanel Dadon

Reputation: 68

Script to check data from Excel file to web page

I have an Excel spreadsheet with about 300 names which includes ID, first name and second name (different column each).

I have a website (not in English) that has forms to fill with people ID, first name, last name and a search button.

There's 2 outcomes that the search can provide:

I need a script to auto insert the details from the Excel spreadsheet and return me yes or no results (or whatever 2 options result).

If the results can be inported from the Excel file that will be great.

Thanks in advance!

Upvotes: 0

Views: 1142

Answers (1)

Mark Baker
Mark Baker

Reputation: 212412

Start by looking at libraries like PHPExcel, then you can ask any specific questions over code that you're having problems with, but don't expect people to write your application for you

Upvotes: 2

Related Questions