<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167524</link>
    <title>MATLAB Central Newsreader - Writing images into Excel file</title>
    <description>Feed for thread: Writing images into Excel file</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2008 by The MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>The MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Mon, 14 Apr 2008 13:30:21 -0400</pubDate>
      <title>Writing images into Excel file</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167524#426490</link>
      <author>Bojan </author>
      <description>I am using xlswrite to output data from a calculation.  I &lt;br&gt;
would also like to output some figures in the same excel &lt;br&gt;
file.  Is it possible to write a bitmap or a tif into excel &lt;br&gt;
spreadsheet using xlswrite or some other command?&lt;br&gt;
Many thanks&lt;br&gt;
Bojan &lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Mon, 14 Apr 2008 13:52:53 -0400</pubDate>
      <title>Re: Writing images into Excel file</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167524#426498</link>
      <author>avan</author>
      <description>On Apr 14, 3:30 pm, "Bojan " &amp;lt;bobrado...@illumina.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; I am using xlswrite to output data from a calculation.  I&lt;br&gt;
&amp;gt; would also like to output some figures in the same excel&lt;br&gt;
&amp;gt; file.  Is it possible to write a bitmap or a tif into excel&lt;br&gt;
&amp;gt; spreadsheet using xlswrite or some other command?&lt;br&gt;
&amp;gt; Many thanks&lt;br&gt;
&amp;gt; Bojan&lt;br&gt;
&lt;br&gt;
Why don't you just print the figures into bitmap or tif files and then&lt;br&gt;
insert them manually from excel? You can also try to copy the figure&lt;br&gt;
and paste it in excel.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Avan&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Mon, 14 Apr 2008 18:20:19 -0400</pubDate>
      <title>Re: Writing images into Excel file</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167524#426566</link>
      <author>Phil Goddard</author>
      <description>&lt;br&gt;
xlswrite won't do it for you, but you can do pretty much &lt;br&gt;
anything to an Excel spreadsheet from within MATLAB by &lt;br&gt;
opening a COM connection.&lt;br&gt;
Have a look at&lt;br&gt;
&amp;gt;&amp;gt; doc actxserver&lt;br&gt;
for info on opening such a connection.&lt;br&gt;
&lt;br&gt;
From there you need to know the appropriate ActiveX methods &lt;br&gt;
to create and insert the image.&lt;br&gt;
That is not trivial and will take some trial and error.&lt;br&gt;
&lt;br&gt;
A good start is to do the image insertion manually from &lt;br&gt;
within Excel while recording your steps as a macro.&lt;br&gt;
Then look at the macro to see the types of commands that &lt;br&gt;
you'll need to use from within MATLAB to do it &lt;br&gt;
automatically.&lt;br&gt;
&lt;br&gt;
Phil.&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Wed, 16 Apr 2008 12:57:02 -0400</pubDate>
      <title>Re: Writing images into Excel file</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167524#426957</link>
      <author>Jason </author>
      <description>"Bojan " &amp;lt;bobradovic@illumina.com&amp;gt; wrote in message &lt;br&gt;
&amp;lt;ftvm9d$idk$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I am using xlswrite to output data from a calculation.  I &lt;br&gt;
&amp;gt; would also like to output some figures in the same excel &lt;br&gt;
&amp;gt; file.  Is it possible to write a bitmap or a tif into &lt;br&gt;
excel &lt;br&gt;
&amp;gt; spreadsheet using xlswrite or some other command?&lt;br&gt;
&amp;gt; Many thanks&lt;br&gt;
&amp;gt; Bojan &lt;br&gt;
Can you not set up a com link?&lt;br&gt;
</description>
    </item>
  </channel>
</rss>
