PHP Classes

inserting image inexcel

Recommend this page to a friend!

      Spreadsheet_WriteExcel  >  All threads  >  inserting image inexcel  >  (Un) Subscribe thread alerts  
Subject:inserting image inexcel
Summary:Insert image in excel
Messages:4
Author:Kailash Pati Vyas
Date:2007-04-16 06:52:43
Update:2011-11-29 21:25:37
 

  1. inserting image inexcel   Reply   Report abuse  
Picture of Kailash Pati Vyas Kailash Pati Vyas - 2007-04-16 06:52:44
Hi all,

I am trying to insert an image into excel file through PHP but its not working. Please suggest any other method or library asap. Thanks

  2. Re: inserting image inexcel   Reply   Report abuse  
Picture of Luis Alberto Baldion G Luis Alberto Baldion G - 2007-06-05 15:55:32 - In reply to message 1 from Kailash Pati Vyas
Yes, I so the need it!!



lbaldiong@gmail.com

Thank You

  3. Re: inserting image inexcel   Reply   Report abuse  
Picture of Arturo Díez Arturo Díez - 2007-09-03 08:56:08 - In reply to message 2 from Luis Alberto Baldion G
In PHP 4.X it was running ok (insert_bitmap).

After the migration to PHP5 it stopped working.
Now I obtain this message: (filename) doesn't apper to be a valid bitmap image.
Can you help us ?
Thank in advance.
-ArtuAgui-

arturo@pinrel.com

  4. Re: inserting image inexcel   Reply   Report abuse  
Picture of Michael Richey Michael Richey - 2011-11-29 21:25:38 - In reply to message 3 from Arturo Díez
Compare the Worksheet.php file (specifically the _position_image method) with the equivalent method in the pear class that this is based on. I found several inconsistencies. When I rewrote the _position_image method to match the PEAR class and everything works great now.