Exporting Datagridview to Excel

  • Thread starter Thread starter bungle
  • Start date Start date
B

bungle

Hi

Does anyone have any suggestions for exporting a datagridview which
includes graphics to excel?

I know it is relatively simple to do a normal export, but the fact
that I have images in the grid seems to be the sticking point.

Thanks in advance

Dave
 
bungle,

In order to do this, you will probably have to access Excel through the
automation interface to insert the pictures in the appropriate places.

Hope this helps.
 
Back
Top