PHP Classes

Write on images in Excel sheet: I need to write images in Excel export

Recommend this page to a friend!
  All requests RSS feed  >  Write on images in Excel sheet  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

Write on images in Excel sheet

A request is featured when there is no good recommended package on the site when it is posted. Edit

Picture of Saranya by Saranya - 7 years ago (2016-07-13)

I need to write images in Excel export

This request is clear and relevant.
This request is not clear or is not relevant.

+3

I wrote this function in excel writer.

function writeImg($imgval)

	{
		$imgstring = "<td class=xl24 width=\"100\" height=\"100\" rowspan=\"9\">$imgval</td>";
		fwrite($this->fp,"<tr>");
		fwrite($this->fp,"$imgstring");
		fwrite($this->fp,"</tr>");
	}

In excel export file as, $img = "<img src=\"images.jpg\" height=\"194\" width=\"250\" >";

$excel->writeImg($img);

How can i solve this?.

Ask clarification

Recommend package
: 
: