質問

I'm exporting a data in XLS format with the use of ExcelWriter() in PHP. In some cases I have a data in image format (stored as a path). is that possible to directly show images in the excel?

役に立ちましたか?

解決

Just do something like:

echo '<img src="' . $url . '" />';
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top