xls files to php?!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amoun
Forum Newbie
Posts: 3
Joined: Thu Sep 25, 2003 3:50 am
Location: Damascus
Contact:

xls files to php?!

Post by amoun »

could anyone help me I have xls sheets need to be done in php files after processing them
User avatar
Leviathan
Forum Commoner
Posts: 36
Joined: Tue Sep 23, 2003 7:00 pm
Location: Waterloo, ON (Currently in Vancouver, BC)

Post 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.
amoun
Forum Newbie
Posts: 3
Joined: Thu Sep 25, 2003 3:50 am
Location: Damascus
Contact:

xls files to php?!

Post 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?
Post Reply