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
ms office excel files handling in php
Moderator: General Moderators
-
Mark Baker
- Forum Regular
- Posts: 710
- Joined: Thu Oct 30, 2008 6:24 pm
Re: ms office excel files handling in php
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
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.