<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Importing from excel</title>
    <link>http://www.mapleprimes.com/questions/124978-Importing-From-Excel</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 13 Jun 2026 04:08:58 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 04:08:58 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Importing from excel</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Importing from excel</title>
      <link>http://www.mapleprimes.com/questions/124978-Importing-From-Excel</link>
    </image>
    <item>
      <title>Tools&gt;Assistant&gt;Import Data</title>
      <link>http://www.mapleprimes.com/questions/124978-Importing-From-Excel?ref=Feed:MaplePrimes:Importing from excel:Comments#answer124988</link>
      <itunes:summary>&lt;p&gt;Are you able to import it using the menu ?&lt;/p&gt;
&lt;p&gt;Tools&amp;gt;Assistant&amp;gt;Import Data&lt;/p&gt;
&lt;p&gt;?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Are you able to import it using the menu ?&lt;/p&gt;
&lt;p&gt;Tools&amp;gt;Assistant&amp;gt;Import Data&lt;/p&gt;
&lt;p&gt;?&lt;/p&gt;</description>
      <guid>124988</guid>
      <pubDate>Mon, 22 Aug 2011 01:58:50 Z</pubDate>
      <itunes:author>longrob</itunes:author>
      <author>longrob</author>
    </item>
    <item>
      <title>forward slash or two backslashes</title>
      <link>http://www.mapleprimes.com/questions/124978-Importing-From-Excel?ref=Feed:MaplePrimes:Importing from excel:Comments#answer124989</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;Try it with / or&amp;nbsp; \\&amp;nbsp; instead of backslash in the path name. Maple uses the backslash for other purposes.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt; L := Import("C:/parameters15.xlsx", "Sheet1", "A2:I2");&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;Try it with / or&amp;nbsp; \\&amp;nbsp; instead of backslash in the path name. Maple uses the backslash for other purposes.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt; L := Import("C:/parameters15.xlsx", "Sheet1", "A2:I2");&lt;/pre&gt;</description>
      <guid>124989</guid>
      <pubDate>Mon, 22 Aug 2011 08:47:57 Z</pubDate>
      <itunes:author>djc</itunes:author>
      <author>djc</author>
    </item>
    <item>
      <title>Bug in Import command?</title>
      <link>http://www.mapleprimes.com/questions/124978-Importing-From-Excel?ref=Feed:MaplePrimes:Importing from excel:Comments#answer135758</link>
      <itunes:summary>&lt;p&gt;Hi lovinash&lt;/p&gt;
&lt;p&gt;I independently experienced the same problem as you did. I searched the Internet for a solution and found your question at Mapleprimes. That's the reason I am answering this late. In the meantime Maple 16 has been released, but I guess the same problem happens in both versions. After looking for solutions for a long time without success, I tried closing down the Maple file with the import code. I reexecuted the worksheet and suddenly the error messages disappeared! Isn't that a bug?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Erik&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi lovinash&lt;/p&gt;
&lt;p&gt;I independently experienced the same problem as you did. I searched the Internet for a solution and found your question at Mapleprimes. That's the reason I am answering this late. In the meantime Maple 16 has been released, but I guess the same problem happens in both versions. After looking for solutions for a long time without success, I tried closing down the Maple file with the import code. I reexecuted the worksheet and suddenly the error messages disappeared! Isn't that a bug?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Erik&lt;/p&gt;</description>
      <guid>135758</guid>
      <pubDate>Tue, 10 Jul 2012 02:40:22 Z</pubDate>
      <itunes:author>erik10</itunes:author>
      <author>erik10</author>
    </item>
    <item>
      <title>Size of excel file</title>
      <link>http://www.mapleprimes.com/questions/124978-Importing-From-Excel?ref=Feed:MaplePrimes:Importing from excel:Comments#comment125008</link>
      <itunes:summary>&lt;p&gt;My problem doesnt seem to be due to the code, but due to the size of my spreadsheet. I am now working on finding the maximum number of rows that Maple can take on my computer so that I can spit the files. Thanks&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;My problem doesnt seem to be due to the code, but due to the size of my spreadsheet. I am now working on finding the maximum number of rows that Maple can take on my computer so that I can spit the files. Thanks&lt;/p&gt;</description>
      <guid>125008</guid>
      <pubDate>Mon, 22 Aug 2011 19:10:18 Z</pubDate>
      <itunes:author>lovinash</itunes:author>
      <author>lovinash</author>
    </item>
    <item>
      <title>It works</title>
      <link>http://www.mapleprimes.com/questions/124978-Importing-From-Excel?ref=Feed:MaplePrimes:Importing from excel:Comments#comment125058</link>
      <itunes:summary>&lt;p&gt;&lt;span class="memberLink"&gt; &lt;a href="../users/djc"&gt;djc&lt;/a&gt; &lt;a class="reputation" href="../users/djc/reputation"&gt;521&lt;/a&gt;&lt;/span&gt; tell right.&lt;/p&gt;
&lt;p&gt;Try now:&lt;/p&gt;
&lt;pre&gt;&amp;gt; with(ExcelTools);&lt;br&gt;&lt;br&gt;&amp;gt; L := Import("C:\\parameters15.xlsx", "Sheet1", "A2:I2");&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;span class="memberLink"&gt; &lt;a href="../users/djc"&gt;djc&lt;/a&gt; &lt;a class="reputation" href="../users/djc/reputation"&gt;521&lt;/a&gt;&lt;/span&gt; tell right.&lt;/p&gt;
&lt;p&gt;Try now:&lt;/p&gt;
&lt;pre&gt;&amp;gt; with(ExcelTools);&lt;br&gt;&lt;br&gt;&amp;gt; L := Import("C:\\parameters15.xlsx", "Sheet1", "A2:I2");&lt;/pre&gt;</description>
      <guid>125058</guid>
      <pubDate>Tue, 23 Aug 2011 11:41:31 Z</pubDate>
      <itunes:author>serilas</itunes:author>
      <author>serilas</author>
    </item>
  </channel>
</rss>