Page 1 of 1

Como enviar imagen a Excel desde xbrowse?

Posted: Sun Feb 06, 2011 2:21 am
by Erick Almanza
Hola Amigos

Necesito enviar a excel las columnas de xbrowse que contienen texto e imagenes



Saludos,

Erick Almanza
fwh 8.6
xharbour 1.1
workshop 4.5
mysql

Re: Como enviar imagen a Excel desde xbrowse?

Posted: Sun Feb 06, 2011 3:23 am
by nageswaragunupudi
Please see \fwh\samples\xbrimag1.prg:

xbrowse screenshot:
Image

exported excel screen shot:
Image

xbrowse report screenshot:

Image

If the value of a cell resolves to an image, xbrowse displays the image. Method ToExcel() exports the image to Excel sheet and Method Report() prints the image. This applies where cell value is an image. This does not apply to bitmaps shown by oCol:AddBitmap() and oCol:bBmpData.