arny1 0 Newbie Poster

Hi there,

I have to export some images to excel, To center the images I use a table and colspan=4 to merge four columns of excel file,

when I write a text to excel file it is easily get centered, but for image I tried every possible scenarios, like <img algin="center"> or <div align="center">
and even put it inside a table and <td align="center">, but the result is the same.

any ideas?

Thanks in advance