Possible Duplicate:
Insert image in xls sheet throgh php code.
I have to insert a logo(image) on the row[0],column[0].I am using "Spreadsheet_Excel_Writer" for that.i tried its insertBitmap() method, program working fine but it doesn't show the bitmap image on xls sheet,instead blank row.
What could be reason? Can you please let me know the exact string format for the argument. Is there any other way to insert image on xls sheet using PHP5.
I am very new to php ,it will be a great help .I am using 24bit bitmap image.Or is there any way to insert images into excel sheet throught PHP.
Cheers !!