<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>1 Jun 2019 21:14:11 Z</lastBuildDate><pubDate>17 Oct 2017 18:44:44 Z</pubDate><description>Salut cher tous,&#13;
&#13;
J'ai un fichier excel avec deux colonnes: nom et image.&#13;
&#13;
Je souhaiterais savoir comment récupérer les images.&#13;
&#13;
Le code ci-dessous ne fonctionne pas quand il s'agit de récupérer les images&#13;
.&#13;
[code:wl]&#13;
&#13;
sNom_entreprise est une chaîne&#13;
logo est une Image &#13;
sLocation_code est une chaîne&#13;
//x est une chaîne&#13;
t est un entier = 0&#13;
nLigne est un entier = 2&#13;
cMonFicxls est xlsDocument = xlsOuvre("C:\Users\hp\Documents\TOUTES LES ENTREPRISES.xlsx")&#13;
SI ErreurDétectée() ALORS&#13;
	Erreur("Un fichier d'initialisation n'a pas été trouvé!")&#13;
SINON&#13;
	TANTQUE nLigne &lt;= 207&#13;
		logo = xlsDonnée(cMonFicxls,nLigne,1)&#13;
		sLocation_code = xlsDonnée(cMonFicxls,nLigne,2)&#13;
		sNom_entreprise = xlsDonnée(cMonFicxls,nLigne,3)&#13;
		iAperçu(iPDF,"C:\Message\Message_"+sNom_entreprise)&#13;
		iImprimeEtat(ETAT_APERCU_CHEQUES_VERSO_BIENVENU,logo,sLocation_code)&#13;
		nLigne++&#13;
	FIN&#13;
FIN&#13;
&#13;
[/code]&#13;
&#13;
Merci!</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel/read.awp</link><title>Recuperer image dans un fichier excel</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Philippe Pasquali</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-230534/read.awp</comments><pubDate>1 Jun 2019 21:14:11 Z</pubDate><description>Bonjour,&#13;
Le post date de 2017 mais n'avait, sauf erreur de ma part, pas eu une réponse avec du code WD.&#13;
Voici ce que j'ai trou…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-230534/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-230534/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel/read.awp">Recuperer image dans un fichier excel</source><title>Re: Recuperer image dans un fichier excel</title></item><item><author>alain.stephan</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-211187/read.awp</comments><pubDate>27 Oct 2017 17:06:48 Z</pubDate><description>Bonjour,&#13;
&#13;
On utilise EPPlus pour manipuler les fichiers Excel. C'est assez puissant.&#13;
Tu y trouveras peut être ton bonheur.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-211187/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-211187/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel/read.awp">Recuperer image dans un fichier excel</source><title>Re: Recuperer image dans un fichier excel</title></item><item><author>Basturk</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210932/read.awp</comments><pubDate>19 Oct 2017 14:03:22 Z</pubDate><description>Mat33 a écrit : &#13;
&gt; Bonjour,&#13;
&gt; &#13;
&gt; Je pense que les images 'flottent' au dessus d'une cellule et donc qu'elles ne sont pas dire…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210932/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210932/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel/read.awp">Recuperer image dans un fichier excel</source><title>Re: Recuperer image dans un fichier excel</title></item><item><author>Mat33</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210927/read.awp</comments><pubDate>19 Oct 2017 12:08:40 Z</pubDate><description>Bonjour,&#13;
&#13;
Je pense que les images 'flottent' au dessus d'une cellule et donc qu'elles ne sont pas directement rattachées à une…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210927/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210927/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel/read.awp">Recuperer image dans un fichier excel</source><title>Re: Recuperer image dans un fichier excel</title></item><item><author>Basturk</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210921/read.awp</comments><pubDate>19 Oct 2017 11:33:20 Z</pubDate><description>Bonjour @Mlion,&#13;
&#13;
mlion a écrit : &#13;
&gt; Bonjour.&#13;
&gt; Question : dans le fichier Excel est-ce une image ou le chemin de cette derni…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210921/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210921/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel/read.awp">Recuperer image dans un fichier excel</source><title>Re: Recuperer image dans un fichier excel</title></item><item><author>mlion</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210916/read.awp</comments><pubDate>19 Oct 2017 09:32:15 Z</pubDate><description>Bonjour.&#13;
Question : dans le fichier Excel est-ce une image ou le chemin de cette dernière ?&#13;
Michel.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210916/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210916/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel/read.awp">Recuperer image dans un fichier excel</source><title>Re: Recuperer image dans un fichier excel</title></item><item><author>Basturk</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210910/read.awp</comments><pubDate>18 Oct 2017 18:43:49 Z</pubDate><description>Merci pour ton aide @Mlion,&#13;
&#13;
voici l'erreur que ca génère: &#13;
[code:wl]&#13;
Vous avez appelé la fonction dChargeImage.&#13;
L'élément …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210910/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210910/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel/read.awp">Recuperer image dans un fichier excel</source><title>Re: Recuperer image dans un fichier excel</title></item><item><author>mlion</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210902/read.awp</comments><pubDate>18 Oct 2017 16:57:32 Z</pubDate><description>Bonjour,&#13;
Essayer : logo = dChargeImage(xlsDonnée(cMonFicxls,nLigne,1))&#13;
&#13;
Michel.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210902/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel-210902/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210867-recuperer-image-dans-fichier-excel/read.awp">Recuperer image dans un fichier excel</source><title>Re: Recuperer image dans un fichier excel</title></item></channel></rss>
