PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How to extract Images from an Excel file with Particular  name
How to extract Images from an Excel file with Particular name
Iniciado por guest, 31,may. 2015 14:40 - 2 respuestas
Publicado el 31,mayo 2015 - 14:40
Hi All;

I am facing a difficult Scenario. I just had a excel file with many rows and columns.
Row 1 contains code and Row 2 contains the picture of some items of an inventory.
Now i need to extract the images from the Excel file in such a way that the Image name should be the consecutive code as in same column next to Image.
I have attached a screen shot for references, Expecting a solution





Thank's in Advance
Publicado el 31,mayo 2015 - 16:14
Hi Amal,

well, first it depends if you want to use excel automation (ie excel needs to be installed) or an external tool like gembox spreadsheet.

In the first case, record a macro doing what you need by hand, then look at the generated vba code ad translate it in wlanguage

In the second, refer to the external tool documentation for instructions

Best regards
Publicado el 31,mayo 2015 - 16:26
Thanks Fabrice:cheers:

Will check both and get back to you!!!!