Re: [PHP] How to read excel sheet and display it's contents.

2009-06-19 Thread Daniel Brown
On Fri, Jun 19, 2009 at 09:17, jadhavpradip wrote: > > Hi, > > There is oleread.inc file in Excel Folder. > > Please rename that file to oleread.php it will work.. =) Please check the dates before posting on third-party sites to this list. That thread is over a year-and-a-half old. -

Re: [PHP] How to read excel sheet and display it's contents.

2009-06-19 Thread jadhavpradip
Hi, There is oleread.inc file in Excel Folder. Please rename that file to oleread.php it will work.. =) Regards, Pradip Jadhav srihari naidu wrote: > > Hi, can any suggest me how to read and display the content in a html page. > > I tried phpexcelreadrer at > http://sourceforge

RE: [PHP] How to read excel sheet and display it's contents.

2008-02-15 Thread g4me0ver
to get phpexcelreader to work you must change the require_once line for this one require_once 'OLERead.inc'; tedd-2 wrote: > > At 3:46 PM -0800 2/11/08, Warren Vail wrote: >>I finally settled for CSV, but even there Microsoft plays games with the >>format, or so it seems. > > Yes, it's a bu

RE: [PHP] How to read excel sheet and display it's contents.

2008-02-13 Thread tedd
At 3:46 PM -0800 2/11/08, Warren Vail wrote: I finally settled for CSV, but even there Microsoft plays games with the format, or so it seems. Yes, it's a bugger. M$ always has a better idea and replaces it daily. Stick with CSV and let applications sort it out. Cheers, tedd -- --- http:

RE: [PHP] How to read excel sheet and display it's contents.

2008-02-11 Thread Wolf
Yes, read the documentation and look at include and require in the php documentation. -Original Message- From: srihari naidu <[EMAIL PROTECTED]> Sent: Monday, February 11, 2008 5:51 PM To: PHP Mail List Subject: [PHP] How to read excel sheet and display it's contents. Hi, can any sugge

RE: [PHP] How to read excel sheet and display it's contents.

2008-02-11 Thread Wolf
: Jay Blanchard <[EMAIL PROTECTED]> Sent: Monday, February 11, 2008 6:36 PM To: srihari naidu <[EMAIL PROTECTED]>; php-general@lists.php.net Subject: RE: [PHP] How to read excel sheet and display it's contents. [snip] I think i am not clear with my question. I know that the files are

RE: [PHP] How to read excel sheet and display it's contents.

2008-02-11 Thread Warren Vail
, but even there Microsoft plays games with the format, or so it seems. > -Original Message- > From: Michael McGlothlin [mailto:[EMAIL PROTECTED] > Sent: Monday, February 11, 2008 3:36 PM > To: srihari naidu > Cc: php-general@lists.php.net > Subject: Re: [PHP] How to read

RE: [PHP] How to read excel sheet and display it's contents.

2008-02-11 Thread Jay Blanchard
[snip] 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. [/snip] Convert the spreadsheet to CSV and then you can use fopen, fgets, etc. to read the file. --

Re: [PHP] How to read excel sheet and display it's contents.

2008-02-11 Thread Michael McGlothlin
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 Bla

RE: [PHP] How to read excel sheet and display it's contents.

2008-02-11 Thread srihari naidu
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 <[EMAIL PROTECTED]> wrote: [snip

Re: [PHP] How to read excel sheet and display it's contents.

2008-02-11 Thread Daniel Brown
On Feb 11, 2008 5:51 PM, srihari naidu <[EMAIL PROTECTED]> wrote: > 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/OLE

RE: [PHP] How to read excel sheet and display it's contents.

2008-02-11 Thread Jay Blanchard
[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 suc