This latest one is a new solution to me, but I have tried several others, only to have them fail in short order. Seems that excel formats have changed many times, and while some of these solutions work well with a particular release of excel (2007 for this one, I think), I found that every user out there seems to have a different version of excel (even within the same company), I finally gave up. If you can get your users to save their files in csv format, you might have better luck being able to read them, but don't hold me to it. Good Luck, Warren Vail I finally settled for CSV, but even there Microsoft plays games with the format, or so it seems. > -----Original Message----- > From: Michael McGlothlin [mailto:michaelm@xxxxxxxxxxx] > Sent: Monday, February 11, 2008 3:36 PM > To: srihari naidu > Cc: php-general@xxxxxxxxxxxxx > Subject: Re: How to read excel sheet and display it's contents. > > Tried http://www.codeplex.com/PHPExcel ? > > I think i am not clear with my question. I know that the files are > missing at the correct location. > > Please suggest me any other free code that i can use instead of > the code i tried. > > > > Thanks in advance. > > > > Regards, > > Sri Hari. > > > > > > Jay Blanchard <jblanchard@xxxxxxxxxx> wrote: > > [snip] > > Hi, can any suggest me how to read and display the content in a html > > page. > > > > I tried phpexcelreadrer at > > http://sourceforge.net/projects/phpexcelreader/ but got error > > > > Warning: require_once(Spreadsheet/Excel/Reader/OLERead.php) > > [function.require-once]: failed to open stream: No such file or > > directory in D:\phpdocs\reader2\Excel\reader.php on line 31 > > > > Fatal error: require_once() [function.require]: Failed opening required > > 'Spreadsheet/Excel/Reader/OLERead.php' (include_path='.;C:\php5\pear') > > in D:\phpdocs\reader2\Excel\reader.php on line 31 > > > > > > can any please suggest me the solution for this error please. > > [/snip] > > > > It is telling you that a file is missing or that you are pointed at the > > wrong location for the file. > > > > > > > > --------------------------------- > > Never miss a thing. Make Yahoo your homepage. > > > > > -- > Michael McGlothlin > Southwest Plumbing Supply -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php