exporting image to excel

  • Thread starter Thread starter Volkan Öner
  • Start date Start date
V

Volkan Öner

hi,
i want to export my image control from webform to MS excel. But i can' t. I
think it requires the image local path. How can i do.
Thanks a lot.
 
Try using the full URL to the image.
Relative URLs don't work very well because Excel doesn't know what they're
relative to.
 
Back
Top