<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154731</link>
    <title>MATLAB Central Newsreader - xlsread</title>
    <description>Feed for thread: xlsread</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, 17 Aug 2007 16:52:13 -0400</pubDate>
      <title>xlsread</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154731#388158</link>
      <author>Alasdair </author>
      <description>When using xlsread I am only able to read one sheet of &lt;br&gt;
Excel data into Matlab. I can not read another sheet in &lt;br&gt;
later in the session. Any one know a way round this? </description>
    </item>
    <item>
      <pubDate>Fri, 17 Aug 2007 19:07:49 -0400</pubDate>
      <title>Re: xlsread</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154731#388181</link>
      <author>josep </author>
      <description>&quot;Alasdair &quot; &amp;lt;alasdair.macarthur@ed.ac.uk&amp;gt; wrote in message&lt;br&gt;
&amp;lt;fa4jnt$jc$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; When using xlsread I am only able to read one sheet of &lt;br&gt;
&amp;gt; Excel data into Matlab. I can not read another sheet in &lt;br&gt;
&amp;gt; later in the session. Any one know a way round this? &lt;br&gt;
&lt;br&gt;
Hi,&lt;br&gt;
&lt;br&gt;
Try...&lt;br&gt;
&amp;gt;&amp;gt;xlsread(file,'sheet2')&lt;br&gt;
&lt;br&gt;
or use the name of the sheet</description>
    </item>
    <item>
      <pubDate>Sat, 18 Aug 2007 18:02:05 -0400</pubDate>
      <title>Re: xlsread</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154731#388244</link>
      <author>Yair Altman</author>
      <description>&quot;josep &quot; &amp;lt;joancampoy@hotmail.com&amp;gt; wrote in message&lt;br&gt;
&lt;br&gt;
&amp;gt;&amp;gt;xlsread(file,'sheet2')&lt;br&gt;
&lt;br&gt;
This works, but is painfully slow if you have several&lt;br&gt;
worksheets you wish to read one after the other. The reason&lt;br&gt;
is that xlsread opens and closes an Excel COM server each&lt;br&gt;
time, and does not reuse an open server connection. There&lt;br&gt;
are a couple of solutions for that on the Matlab File&lt;br&gt;
Exchange - one of them is my OfficeDoc -&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=15192&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=15192&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Yair Altman&lt;br&gt;
&lt;a href=&quot;http://ymasoftware.com&quot;&gt;http://ymasoftware.com&lt;/a&gt;</description>
    </item>
  </channel>
</rss>

