program writing

Hey guys,

I hope you can help me a little.
I want to write a program that can read special data on a webpage and writes it into an excel sheet.
The problem is that I don't know how which commands I should use.

I want to build up a database in which you can see how teams in different ligues have played in the recent years (1/0/-1). I did it recently without a program but it is just too much. My database contains over 40000 matches so far.

The program should search in the sourcecode for the results and write it in an excel sheet.

Which steps do I have to take for programming it?

Thank you very much!
isildur



http://www.fussballdaten.de/vereine/bayernmuenchen/2017/#Saison
Last edited on
What you want to do is called web scraping. Maybe you can find sth. useful on Google.
To get you an idea how this can be done have a look at this article (C#):
https://www.codeproject.com/Articles/128858/CP-Vanity-Lite
Use Common Gateway Interface.
Topic archived. No new replies allowed.