Importing Excel file

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
User avatar
jlising
Forum Commoner
Posts: 33
Joined: Mon Mar 19, 2007 1:48 am
Location: Pampanga, Philippines
Contact:

Importing Excel file

Post by jlising »

Hi Everyone!

I would like to ask your assistance on how can I import the content of an excel file using PHP.

Much appreciated if you can reply ASAP.

Thanks!
Jess
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Importing Excel file

Post by requinix »

You use Google to find some third-party tool to interpret the files, then read the documentation provided on how to use it with your code.
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: Importing Excel file

Post by Mark Baker »

jlising wrote:I would like to ask your assistance on how can I import the content of an excel file using PHP.
As tasairis has said, look for a third-party library such as PHPExcel
Post Reply