Page 1 of 1

ms office excel files handling in php

Posted: Thu Aug 06, 2009 1:34 am
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

Re: ms office excel files handling in php

Posted: Thu Aug 06, 2009 2:23 am
by dejvos

Re: ms office excel files handling in php

Posted: Thu Aug 06, 2009 2:29 am
by Mark Baker
Or a library like PHPExcel

Re: ms office excel files handling in php

Posted: Wed Jun 16, 2010 10:49 am
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.