ms office excel files handling in 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
romilbm
Forum Newbie
Posts: 1
Joined: Thu Aug 06, 2009 1:22 am

ms office excel files handling in php

Post by romilbm »

hello ,

in a viva i was asked how i can handle excel files in php without using it like a database object....without all that odbc connection.....

i guess i ll have to scan the contents of all the rows and columns or something like tht
dejvos
Forum Contributor
Posts: 122
Joined: Tue Mar 10, 2009 8:40 am

Re: ms office excel files handling in php

Post by dejvos »

Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: ms office excel files handling in php

Post by Mark Baker »

Or a library like PHPExcel
steeveherris
Forum Newbie
Posts: 3
Joined: Wed Jun 16, 2010 4:28 am

Re: ms office excel files handling in php

Post by steeveherris »

I think it cant be done to control the MS office excel files without any database connection with PHP. The connection is necessary for any access of files.
Post Reply