|
Import Excel into PHP
I'm just in the process of setting up an English Football Club website.
The website will carry all the usual things, which includes a league table.
We've got an Excel spreadsheet working out the league table. It works by entering the results into a grid, which then works out the league table, giving P W D L F-A Pts (home and away).
What I now need to do is to get the league table into a webpage the easiest way possible.
The website will be Content Management based.
I won't be updating the table myself, so I want to be able to set it up so that one of the club officials can enter the scores into the spreadsheet and the worksheet with the League table on will be imported into a webpage.
The club officials won't have any web knowledge.
1. Ideally I would like to be able to host the spreadsheet online, so that a number of different people can update the spreadsheet online. I then need to make it simple for them to export the spreadsheet result into the webpage.
2. Worst case scenario, would be for one person to update the spreadsheet, and then save and upload the appropriate worksheet in CSV format.
I would prefer to use option 1 if possible.
Either way, any help or suggestions would be gratefully received.
Regards
Andy
|