<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Daten aus einem AddIn in C++ nach Excel schreiben]]></title><description><![CDATA[<p>Hallo miteinander,</p>
<p>hat irgendjemand einen Link auf eine Website, auf der beschrieben steht, wie man aus einem AddIn heraus Daten in Excel-Zellen schreibt.<br />
Das AddIn ist C++ geschrieben. Siehe auch hier &lt;<a href="http://support.microsoft.com/kb/230689" rel="nofollow">http://support.microsoft.com/kb/230689</a>&gt;.<br />
Ich habe schon relativ viel abgegrast, aber finde zu Hauff nur C#-Beispiele, aber kein C++. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
<p>Gruß<br />
Werner</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/189120/daten-aus-einem-addin-in-c-nach-excel-schreiben</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 02:23:56 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/189120.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Aug 2007 16:25:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Daten aus einem AddIn in C++ nach Excel schreiben on Wed, 08 Aug 2007 16:25:46 GMT]]></title><description><![CDATA[<p>Hallo miteinander,</p>
<p>hat irgendjemand einen Link auf eine Website, auf der beschrieben steht, wie man aus einem AddIn heraus Daten in Excel-Zellen schreibt.<br />
Das AddIn ist C++ geschrieben. Siehe auch hier &lt;<a href="http://support.microsoft.com/kb/230689" rel="nofollow">http://support.microsoft.com/kb/230689</a>&gt;.<br />
Ich habe schon relativ viel abgegrast, aber finde zu Hauff nur C#-Beispiele, aber kein C++. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
<p>Gruß<br />
Werner</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1340968</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1340968</guid><dc:creator><![CDATA[Werner Salomon]]></dc:creator><pubDate>Wed, 08 Aug 2007 16:25:46 GMT</pubDate></item><item><title><![CDATA[Reply to Daten aus einem AddIn in C++ nach Excel schreiben on Wed, 08 Aug 2007 16:42:11 GMT]]></title><description><![CDATA[<p>Ist zwar für Word, geht aber ähnlich:<br />
<a href="http://blog.kalmbachnet.de/?postid=63" rel="nofollow">http://blog.kalmbachnet.de/?postid=63</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1340975</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1340975</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Wed, 08 Aug 2007 16:42:11 GMT</pubDate></item><item><title><![CDATA[Reply to Daten aus einem AddIn in C++ nach Excel schreiben on Thu, 09 Aug 2007 07:27:52 GMT]]></title><description><![CDATA[<p>Danke Jochen,</p>
<p>das sieht ja schon mal ganz einfach aus. Wo bekomme ich denn nun die richtigen Methodenname für Invoke her (6. Parameter) nebst Signatur?</p>
<p>Ist das CreateObject für Excel</p>
<pre><code class="language-cpp">CreateObject(OLESTR(&quot;Excel.Basic&quot;), &amp;pdispWord);
</code></pre>
<p>?</p>
<p>Gruß<br />
Werner</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1341227</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1341227</guid><dc:creator><![CDATA[Werner Salomon]]></dc:creator><pubDate>Thu, 09 Aug 2007 07:27:52 GMT</pubDate></item><item><title><![CDATA[Reply to Daten aus einem AddIn in C++ nach Excel schreiben on Thu, 09 Aug 2007 07:45:51 GMT]]></title><description><![CDATA[<p>Vielleicht kannst Du Dir hier etwas abgucken: <a href="http://www.codeproject.com/database/cspreadsheet.asp" rel="nofollow">http://www.codeproject.com/database/cspreadsheet.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1341241</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1341241</guid><dc:creator><![CDATA[jencas]]></dc:creator><pubDate>Thu, 09 Aug 2007 07:45:51 GMT</pubDate></item></channel></rss>