How to read data from excel sheet
Posted: Fri Feb 20, 2009 6:11 pm
Hello,
I am doing some work for a basketball agent who essentially wants to be able to just upload his excel sheet with player statistics and then my code has to take the date from that sheet and store it in his database.
I have used this tutorial:
http://www.ibm.com/developerworks/opens ... index.html
But there are some error in his/her code, specifically in the $dom = DOMDocument::load( $_FILES['file']['tmp_name'] ); function.
Does anyone have any experience with this or maybe can guide me in the right direction.
thanks B
I am doing some work for a basketball agent who essentially wants to be able to just upload his excel sheet with player statistics and then my code has to take the date from that sheet and store it in his database.
I have used this tutorial:
http://www.ibm.com/developerworks/opens ... index.html
But there are some error in his/her code, specifically in the $dom = DOMDocument::load( $_FILES['file']['tmp_name'] ); function.
Does anyone have any experience with this or maybe can guide me in the right direction.
thanks B