Hello,
I'm exporting an ASP page to Excel using 'Response.Conte ntType =
"applicatio n/vnd.ms-excel"' and it is working fine for the most part
except the particular page I'm exporting has images, and no matter
what style/alignment/etc. that I provide to the <tdtag that
contains
the <imgtag, it always left-aligns the image in the Excel cell.
Has anyone had any success with controlling the alignment of images
when exporting from ASP to Excel using
'Response.Conte ntType = "applicatio n/vnd.ms-excel"'? If so, would
you
be willing to share your secret?
Thanks in advance!
Kevin G.
I'm exporting an ASP page to Excel using 'Response.Conte ntType =
"applicatio n/vnd.ms-excel"' and it is working fine for the most part
except the particular page I'm exporting has images, and no matter
what style/alignment/etc. that I provide to the <tdtag that
contains
the <imgtag, it always left-aligns the image in the Excel cell.
Has anyone had any success with controlling the alignment of images
when exporting from ASP to Excel using
'Response.Conte ntType = "applicatio n/vnd.ms-excel"'? If so, would
you
be willing to share your secret?
Thanks in advance!
Kevin G.
Comment