This is a discussion on "Import Excel into PHP" within the PHP Forum section. This forum, and the thread "Import Excel into PHP are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Import Excel into PHP
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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 |
|
|
|
||||
|
Re: Import Excel into PHP
Number 1 is difficult, number 2 isn't ideal.
Your best option is to re-create the functionality of the spreadsheet using a database and a few simple queries... Then it's easy to set up the CMS to enter data into the database.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
|||
|
Re: Import Excel into PHP
Wouldnt it be easier to store the results in a db?
|
|
||||
|
Re: Import Excel into PHP
great minds think alike... ... at the exact same time! LOL
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
|||
|
Re: Import Excel into PHP
hehe yep
|
|
|||
|
Re: Import Excel into PHP
Quote:
If it helps the CMS being used will be e107. |
|
|||
|
Re: Import Excel into PHP
Ok its time to get off the CMS and start doing some original work
Your gonna need to learn php/mysql functions. Theres loads of tutorials out there, heres just one random http://www.phpdig.net/ref/rn41.html |
|
||||
|
Re: Import Excel into PHP
Yep, you're gonna need a custom made solution...
I recommend you only use other CMS as reference while you develop your own. It's the more difficult option but you'll be a better programmer and make more money in the end...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
|||
|
Re: Import Excel into PHP
Don't know if it's the kind of solution you are looking for but if you use this search criteria in Google; +excel +web +conversion you will find some useful Excel to html conversion tools. Some of which even provide you with a web based interactive spreadsheet. |
![]() |
| Tags |
| import, excel, php |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| can't import PSDs into Flash | ketansethi | Flash & Multimedia Forum | 4 | Jun 3rd, 2007 12:59 |
| Flash Import JPG | Sabin_33 | Flash & Multimedia Forum | 5 | Dec 18th, 2006 19:00 |
| Import XML in MS access | inarobis | Other Programming Languages | 1 | Jul 13th, 2006 19:07 |
| Import the Excel File | accessman | Databases | 2 | Oct 8th, 2005 23:17 |
| Import Excel into Access | ekendricks | Databases | 1 | Jun 24th, 2004 08:10 |