[PHP-DB] Excel to HTML table using PHP

2012-03-21 Thread Gu®u
Hi All,

I have searched all around the net and unable to find excel to html table
using php. What I want is, say I have an excel sheet and I want to export
the excel data to HTML table *without* *opening it*. Then I can use the
HTML table for later function. Please help me with this.

-- 
*Best,
*
*Gu®u*


Re: [PHP-DB] Excel to HTML table using PHP

2012-03-21 Thread Amit Tandon
Try this 
linkhttp://devzone.zend.com/27/reading-and-writing-spreadsheets-with-php/.
What i understand is that u do not want the end user to open the excel
sheet. However, u have to read the data part and display in HTML using
PHP/Javascript


regds
amit

The difference between fiction and reality? Fiction has to make sense.


On Wed, Mar 21, 2012 at 5:53 PM, Gu®u nagendra802...@gmail.com wrote:

 Hi All,

 I have searched all around the net and unable to find excel to html table
 using php. What I want is, say I have an excel sheet and I want to export
 the excel data to HTML table *without* *opening it*. Then I can use the
 HTML table for later function. Please help me with this.

 --
 *Best,
 *
 *Gu®u*