elvis1
06-25-2008, 05:10 PM
I would like to know which is the feasibility to have an ad hoc app to perform this task:
copy data from an excel file and input it automatically into a web form.
Thanks in advance
J
insanelymacintosh
06-25-2008, 06:02 PM
You perhaps can have the user upload the excel sheet to your site. Then parse the excel sheet and display the results in the webpage, or insert the results into a database.
You an find out more from this site (I just googled it so I'm sure there are others)
http://devzone.zend.com/article/3336-Reading-and-Writing-Spreadsheets-with-PHP
Not too sure if this is what you were looking for...
elvis1
06-25-2008, 06:18 PM
You perhaps can have the user upload the excel sheet to your site. Then parse the excel sheet and display the results in the webpage, or insert the results into a database.
You an find out more from this site (I just googled it so I'm sure there are others)
http://devzone.zend.com/article/3336-Reading-and-Writing-Spreadsheets-with-PHP
Not too sure if this is what you were looking for...
thanks for trying to help, but what i need is :
to input inteo my app an xcel file containing data and this data to be able to be tranlated to a web form
TIA ( thanks in advance)
stanosf
06-26-2008, 03:39 PM
by "app" do you mean web app (ie. server-side) or something running on the client (ie. windows app)
elvis1
06-26-2008, 05:30 PM
the app will run in my computer