Page 1 of 1
xls files to php?!
Posted: Fri Sep 26, 2003 12:26 pm
by amoun
could anyone help me I have xls sheets need to be done in php files after processing them
Posted: Fri Sep 26, 2003 1:00 pm
by Leviathan
Well, the only way you can access excel files in PHP is to be running PHP on a Windows server and use COM to open/manipulate excel objects. Search the PHP documentation for COM to find out more.
xls files to php?!
Posted: Sat Sep 27, 2003 1:59 am
by amoun
thanks for your reply I upload an automatin page on
http://www.web-gates.net/form.html using the data on the xls file but I activate the first two choices for the starting point and the first five options in the ending point using the IF command in php, to have the price at the end and this take a lot of file size if the starting and ending points are huge.. my question is : Is there any other way to upload those data and make the result to appear?