<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/263949</link>
    <title>MATLAB Central Newsreader - Excel to GUI</title>
    <description>Feed for thread: Excel to GUI</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by 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>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Fri, 23 Oct 2009 14:30:22 -0400</pubDate>
      <title>Excel to GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/263949#689295</link>
      <author>Tony GREENFIELD</author>
      <description>I want to read an Excel spreadsheet, chosen from explorer that I access from the GUI, into a table in a GUI.&lt;br&gt;
&lt;br&gt;
I want the column heads to appear in the table.&lt;br&gt;
&lt;br&gt;
I want to select data from the table: one or more columns and a set of rows.&lt;br&gt;
&lt;br&gt;
Then, after analysis and plotting,  I want to output the results to an external document such as a word doc where I shall write my interpretation before printing.&lt;br&gt;
&lt;br&gt;
Any help?</description>
    </item>
    <item>
      <pubDate>Fri, 23 Oct 2009 16:07:01 -0400</pubDate>
      <title>Re: Excel to GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/263949#689326</link>
      <author>Dave Brackett</author>
      <description>&quot;Tony GREENFIELD&quot; &amp;lt;tony@greenfieldresearch.co.uk&amp;gt; wrote in message &amp;lt;hbselu$ag$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I want to read an Excel spreadsheet, chosen from explorer that I access from the GUI, into a table in a GUI.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I want the column heads to appear in the table.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I want to select data from the table: one or more columns and a set of rows.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Then, after analysis and plotting,  I want to output the results to an external document such as a word doc where I shall write my interpretation before printing.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Any help?&lt;br&gt;
&lt;br&gt;
use uigetfile to get the path and filename of the spreadsheet. then use xlsread to read it in to matlab. then manipulate the data as required and display in a uitable in a GUI.</description>
    </item>
  </channel>
</rss>

