<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, saving worksheets?</title>
    <link>http://www.mapleprimes.com/questions/38774-Saving-Worksheets</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 02:19:27 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 02:19:27 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, saving worksheets?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, saving worksheets?</title>
      <link>http://www.mapleprimes.com/questions/38774-Saving-Worksheets</link>
    </image>
    <item>
      <title>Re-execute</title>
      <link>http://www.mapleprimes.com/questions/38774-Saving-Worksheets?ref=Feed:MaplePrimes:saving worksheets?:Comments#answer69968</link>
      <itunes:summary>&lt;p&gt;All of your information is still there and assigned, you just need to re-execute your worksheet.&amp;nbsp; Just hit the triple exclamation button (!!!) at the top and all of your commands will be re-executed.&amp;nbsp; You can then cary on with all of your information &lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;All of your information is still there and assigned, you just need to re-execute your worksheet.&amp;nbsp; Just hit the triple exclamation button (!!!) at the top and all of your commands will be re-executed.&amp;nbsp; You can then cary on with all of your information &lt;/p&gt;</description>
      <guid>69968</guid>
      <pubDate>Thu, 28 Aug 2008 00:56:01 Z</pubDate>
      <itunes:author>Tim Vrablik</itunes:author>
      <author>Tim Vrablik</author>
    </item>
    <item>
      <title>save and read</title>
      <link>http://www.mapleprimes.com/questions/38774-Saving-Worksheets?ref=Feed:MaplePrimes:saving worksheets?:Comments#answer69967</link>
      <itunes:summary>&lt;p&gt;If you don't mind waiting for the entire worksheet to re-execute, then the &amp;quot;!!!&amp;quot; button or top menubar's &amp;quot;Edit&amp;quot;-&amp;gt;&amp;quot;Execute&amp;quot;-&amp;gt;&amp;quot;Worksheet&amp;quot; actions should suffice.&lt;/p&gt;
&lt;p&gt;However, some key parts of a worksheet might take a great deal of time to execute, if heavy computations are involved. And re-execution of the whole worksheet might then be undesirable. Sometimes one would like to be able to change certain values, or plot options, etc, and re-run only some subset of an existing worksheet.&lt;/p&gt;
&lt;p&gt;So, there's a distinction, between expensive parts that you don't want to re-execute, and interactive parts that you might like to call once again. Re-executing the entire worksheet doesn't allow for this distinction.&lt;/p&gt;
&lt;p&gt;The commands `save` and `anames` can be used to save Maple's &amp;quot;state&amp;quot; (or parts of it). The state can be saved into a file, and then re-read quickly back into a new session with an explicit `read` command. But such state files are distinct from worksheets. The worksheet itself doesn't have the complete state bundled up within it.&lt;/p&gt;
&lt;p&gt;The Standard GUI can prompt you about whether to bundle large amounts of plot data (that sit behind the scenes) into a worksheet. That's a bit of an exception to the rule.&lt;/p&gt;
&lt;p&gt;Hmm. I wonder whether one could create an auto-opening .mla archive, whose load action reads a .m state file as well as opens a worksheet. Maybe it'd have to rely on -kp or a shared kernel.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;If you don't mind waiting for the entire worksheet to re-execute, then the &amp;quot;!!!&amp;quot; button or top menubar's &amp;quot;Edit&amp;quot;-&amp;gt;&amp;quot;Execute&amp;quot;-&amp;gt;&amp;quot;Worksheet&amp;quot; actions should suffice.&lt;/p&gt;
&lt;p&gt;However, some key parts of a worksheet might take a great deal of time to execute, if heavy computations are involved. And re-execution of the whole worksheet might then be undesirable. Sometimes one would like to be able to change certain values, or plot options, etc, and re-run only some subset of an existing worksheet.&lt;/p&gt;
&lt;p&gt;So, there's a distinction, between expensive parts that you don't want to re-execute, and interactive parts that you might like to call once again. Re-executing the entire worksheet doesn't allow for this distinction.&lt;/p&gt;
&lt;p&gt;The commands `save` and `anames` can be used to save Maple's &amp;quot;state&amp;quot; (or parts of it). The state can be saved into a file, and then re-read quickly back into a new session with an explicit `read` command. But such state files are distinct from worksheets. The worksheet itself doesn't have the complete state bundled up within it.&lt;/p&gt;
&lt;p&gt;The Standard GUI can prompt you about whether to bundle large amounts of plot data (that sit behind the scenes) into a worksheet. That's a bit of an exception to the rule.&lt;/p&gt;
&lt;p&gt;Hmm. I wonder whether one could create an auto-opening .mla archive, whose load action reads a .m state file as well as opens a worksheet. Maybe it'd have to rely on -kp or a shared kernel.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>69967</guid>
      <pubDate>Thu, 28 Aug 2008 01:27:46 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
    <item>
      <title>Auto-execute</title>
      <link>http://www.mapleprimes.com/questions/38774-Saving-Worksheets?ref=Feed:MaplePrimes:saving worksheets?:Comments#answer69956</link>
      <itunes:summary>&lt;p&gt;In addition, you can set certain parts of the worksheet to auto-execute when it is opened. In this way, you can specify which commands to run and possibly which to avoid.&amp;nbsp; Set your cursor somewhere inside the command line and select Format&amp;gt;AutoExecute&amp;gt;Set (or Clear, if you want to revert).&amp;nbsp; If you turn Markers on (View&amp;gt;Markers) you will notice an icon on the left telling you the auto-execute is set for that command.&lt;/p&gt;
&lt;p&gt;- Stephanie&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;In addition, you can set certain parts of the worksheet to auto-execute when it is opened. In this way, you can specify which commands to run and possibly which to avoid.&amp;nbsp; Set your cursor somewhere inside the command line and select Format&amp;gt;AutoExecute&amp;gt;Set (or Clear, if you want to revert).&amp;nbsp; If you turn Markers on (View&amp;gt;Markers) you will notice an icon on the left telling you the auto-execute is set for that command.&lt;/p&gt;
&lt;p&gt;- Stephanie&lt;/p&gt;</description>
      <guid>69956</guid>
      <pubDate>Thu, 28 Aug 2008 19:56:35 Z</pubDate>
      <itunes:author>srozek</itunes:author>
      <author>srozek</author>
    </item>
  </channel>
</rss>