<?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 Re: excelcreateworkbook Command Not Working in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/excelcreateworkbook-command-not-working/m-p/13585857#M82807</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P id="isPasted"&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/437/arun.k.html" nodeid="437"&gt;@Arun Kr&lt;/A&gt;  This issue is fixed in 23.0.13 and 23.2.3 released today.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 05 Dec 2023 19:21:02 GMT</pubDate>
    <dc:creator>Matthew_Gillespie</dc:creator>
    <dc:date>2023-12-05T19:21:02Z</dc:date>
    <item>
      <title>excelcreateworkbook Command Not Working</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/excelcreateworkbook-command-not-working/m-p/13585854#M82804</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.2.1 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;PRE&gt;
excelcreateworkbook();
excelsetsheet("Sheet1");
excelwritenum(1,1,1);
excelsave("NewWorkBook.xlsx");
excelclose(0);&lt;/PRE&gt;&lt;P&gt;Hi, On using this script I'm not able to create an Excel workbook with the specified sheet and data. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun KR&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 29 Oct 2023 17:37:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/excelcreateworkbook-command-not-working/m-p/13585854#M82804</guid>
      <dc:creator>arunTTT2P</dc:creator>
      <dc:date>2023-10-29T17:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: excelcreateworkbook Command Not Working</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/excelcreateworkbook-command-not-working/m-p/13585855#M82805</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Looks like the Excel Interface expects paths with windows-style slashes for the file path. So I made a test model (so that modeldir() becomes valid) and then used string.replace() on the slashes:&lt;/P&gt;&lt;PRE&gt;excelcreateworkbook();
excelsetsheet("Sheet1");
excelwritenum(1,1,1);
excelsave(modeldir().replace("/", "\\", 1) + "NewWorkBook.xlsx");
excelclose(0);&lt;/PRE&gt;&lt;P&gt;With this change, it seems to work.&lt;/P&gt;&lt;P&gt;I'll add a case to the dev list to improve this in the future.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 Oct 2023 16:27:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/excelcreateworkbook-command-not-working/m-p/13585855#M82805</guid>
      <dc:creator>JordanLJohnson</dc:creator>
      <dc:date>2023-10-30T16:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: excelcreateworkbook Command Not Working</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/excelcreateworkbook-command-not-working/m-p/13585856#M82806</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/437/arun.k.html" nodeid="437"&gt;@Arun Kr&lt;/A&gt;, was Jordan Johnson's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Nov 2023 11:06:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/excelcreateworkbook-command-not-working/m-p/13585856#M82806</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-11-03T11:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: excelcreateworkbook Command Not Working</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/excelcreateworkbook-command-not-working/m-p/13585857#M82807</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P id="isPasted"&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/437/arun.k.html" nodeid="437"&gt;@Arun Kr&lt;/A&gt;  This issue is fixed in 23.0.13 and 23.2.3 released today.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Dec 2023 19:21:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/excelcreateworkbook-command-not-working/m-p/13585857#M82807</guid>
      <dc:creator>Matthew_Gillespie</dc:creator>
      <dc:date>2023-12-05T19:21:02Z</dc:date>
    </item>
  </channel>
</rss>

