<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How do I save (overwrite) a JMP file to Excel and maintaing the Excel file formatting from te orignal Excel File? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-save-overwrite-a-JMP-file-to-Excel-and-maintaing-the/m-p/365525#M61501</link>
    <description>&lt;P&gt;I have a piece of JMP script that saves a JMP file to Excel.&amp;nbsp; The Excel file is overwritten with the new data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;CTZ = CT_1 &amp;lt;&amp;lt; Summary(
    Group(
        :Rcd No., :Prog, :Pri, :No., :Matl_Desc, :Issue, :Cog Eng., :Status,
        :Assign Date, :ECD, :Actionee
    )
);

CTZ &amp;lt;&amp;lt; delete columns( "N Rows" );

CTZ &amp;lt;&amp;lt; save( "Daily Rpt Listing.xlsx" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the file is save the formatting of the Excel file that is being overwritten is lost.&amp;nbsp; How can I overwrite the Excel file but maintain the original Excel file formatting?&amp;nbsp;&amp;nbsp; I have done this in the past but cannot find how I did it . . .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 22:07:37 GMT</pubDate>
    <dc:creator>dfusco923</dc:creator>
    <dc:date>2023-06-09T22:07:37Z</dc:date>
    <item>
      <title>How do I save (overwrite) a JMP file to Excel and maintaing the Excel file formatting from te orignal Excel File?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-save-overwrite-a-JMP-file-to-Excel-and-maintaing-the/m-p/365525#M61501</link>
      <description>&lt;P&gt;I have a piece of JMP script that saves a JMP file to Excel.&amp;nbsp; The Excel file is overwritten with the new data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;CTZ = CT_1 &amp;lt;&amp;lt; Summary(
    Group(
        :Rcd No., :Prog, :Pri, :No., :Matl_Desc, :Issue, :Cog Eng., :Status,
        :Assign Date, :ECD, :Actionee
    )
);

CTZ &amp;lt;&amp;lt; delete columns( "N Rows" );

CTZ &amp;lt;&amp;lt; save( "Daily Rpt Listing.xlsx" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the file is save the formatting of the Excel file that is being overwritten is lost.&amp;nbsp; How can I overwrite the Excel file but maintain the original Excel file formatting?&amp;nbsp;&amp;nbsp; I have done this in the past but cannot find how I did it . . .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 22:07:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-save-overwrite-a-JMP-file-to-Excel-and-maintaing-the/m-p/365525#M61501</guid>
      <dc:creator>dfusco923</dc:creator>
      <dc:date>2023-06-09T22:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I save (overwrite) a JMP file to Excel and maintaing the Excel file formatting from te orignal Excel File?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-save-overwrite-a-JMP-file-to-Excel-and-maintaing-the/m-p/365744#M61521</link>
      <description>&lt;P&gt;I don't think that JMP has a way of inserting values into an existing worksheet, thereby retaining the formatting in the workbook.&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/3022"&gt;@briancorcoran&lt;/a&gt;&amp;nbsp;may be able to confirm.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 14:53:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-save-overwrite-a-JMP-file-to-Excel-and-maintaing-the/m-p/365744#M61521</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2021-03-06T14:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I save (overwrite) a JMP file to Excel and maintaing the Excel file formatting from te orignal Excel File?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-save-overwrite-a-JMP-file-to-Excel-and-maintaing-the/m-p/365765#M61525</link>
      <description>&lt;P&gt;You can let JMP write a plain Excel File, and let Excel in the formatted Worksheet take the data from that plain file via link. Hope this helps.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 19:30:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-save-overwrite-a-JMP-file-to-Excel-and-maintaing-the/m-p/365765#M61525</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2021-03-06T19:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I save (overwrite) a JMP file to Excel and maintaing the Excel file formatting from te orignal Excel File?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-save-overwrite-a-JMP-file-to-Excel-and-maintaing-the/m-p/366045#M61566</link>
      <description>&lt;P&gt;When JMP writes an Excel file, the old file is completely overwritten.&amp;nbsp; Values are not inserted into it.&amp;nbsp; That is, JMP creates a brand new Excel file in its place.&amp;nbsp; So, there is no way to maintain the previous formatting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brian Corcoran&lt;/P&gt;
&lt;P&gt;JMP Development&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 12:45:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-save-overwrite-a-JMP-file-to-Excel-and-maintaing-the/m-p/366045#M61566</guid>
      <dc:creator>briancorcoran</dc:creator>
      <dc:date>2021-03-08T12:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I save (overwrite) a JMP file to Excel and maintaing the Excel file formatting from te orignal Excel File?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-save-overwrite-a-JMP-file-to-Excel-and-maintaing-the/m-p/527127#M75101</link>
      <description>&lt;P&gt;Brian - JSL will not save over an opened excel file. I can ask users to close it for a time, so that I can save the xlsx as 'read only'. But I'm having trouble finding the code that will do that. If my excel file is at \\Server\Eng\egfile.xlsx, how can I save it as 'read-only' or 'read-only recommended' ?&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 16:56:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-save-overwrite-a-JMP-file-to-Excel-and-maintaing-the/m-p/527127#M75101</guid>
      <dc:creator>Devin</dc:creator>
      <dc:date>2022-07-27T16:56:58Z</dc:date>
    </item>
  </channel>
</rss>

