Just in case someone else needs to do this. There's a new project called PHP Excel that works really well, it even supports .xlsx files. http://www.codeplex.com/PH
Main Topics
Browse All TopicsHi there
I have got to create a webpage that will read the excel file and update the database accordingly.The php page is going to be on unix so I cannot use COM .The user will be using the xcel sheets on windows clients and the webpage that update the database will be on the unix server.
Now I have got a form in php that updates the database .It displays the values from databse and update the records using an action button in the form
What I am thinking is ,In the webpage I wanted to give an option as upload file
pathof the file.csv -->upload button
initially the form will be blank
so the form will display the records from the excel file instead of dabase when I clcik on the upload button and when i click update it will update the database .The excel file should be saved as csv format
is it easier to do????
I thought of one more thing,I just wanted to write a php program to upload the file as csv and update the database. instead of displaying it in the form.It will not have the form and only the textbox to upload the file
how can I do this
thanks
ganesh
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Just in case someone else needs to do this. There's a new project called PHP Excel that works really well, it even supports .xlsx files. http://www.codeplex.com/PH
Business Accounts
Answer for Membership
by: meet_zorrerPosted on 2004-07-16 at 23:09:45ID: 11573726
well i have found the following links for you ;)
e.net/sour ceforge/ph pexcelread er/ Spreads heet_Excel _Reader.zi p ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ ~~~~
xcelfilefo rmat.pdf
poi/poifs/ fileformat .html
~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ ~~~~
http://voxel.dl.sourceforg
~~~~~~~~~~~~~~~~~~~~~~~~~~
INTRODUCTION
Read data from Excel spread sheets without Microsoft!
Provides an API to allow any application to read Excel
documents. Written in PHP. Based on the the Java version by Andy Khan.
LINKS
OpenOffice.org's Documentation
http://sc.openoffice.org/e
OLE2 Storage Documentation
http://jakarta.apache.org/
Java API for reading, writing and modifying the contents of Excel spreadsheets
http://www.andykhan.com/
CONTACT
Vadim Tkachenko
vt _at_ apachephp _DOT_ com
~~~~~~~~~~~~~~~~~~~~~~~~~~
Regards,
Meet