• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Inventor

    Reply
    Active Member
    Posts: 7
    Registered: ‎03-06-2012
    Accepted Solution

    ilogic excel save as command

    134 Views, 2 Replies
    12-12-2012 09:44 AM

    I have an ilogic rule to open an existing excel file template and export the inventor parameters into it. I am trying to find a way to then save the excel file as a different filename. This way the original template can stay unmodified. I have found the GoExcel.save command but is there some sort of GoExcel.saveas(filename, filepath) command?

    Please use plain text.
    *Expert Elite*
    Curtis_Waguespack
    Posts: 1,941
    Registered: ‎03-08-2006

    Re: ilogic excel save as command

    12-12-2012 10:06 AM in reply to: andyflorence6444

    Hi andyflorence6444,

     

    This example might help:

    http://inventortrenches.blogspot.com/2012/06/create-new-excel-file-with-ilogic.html

     

    Also see this link:

    http://forums.autodesk.com/t5/Autodesk-Inventor-Customization/How-to-create-a-excel-file-using-ilogi...

     

    I hope this helps.
    Best of luck to you in all of your Inventor pursuits,
    Curtis
    http://inventortrenches.blogspot.com



      solution.png  Did you find this reply helpful ? If so please use the Accept as Solution or  Kudos button below.

    Please use plain text.
    Active Member
    Posts: 7
    Registered: ‎03-06-2012

    Re: ilogic excel save as command

    12-12-2012 05:07 PM in reply to: Curtis_Waguespack

    Thanks Curtis!,

     

    Those links gave me the information I needed. I can now run ilogic which will automatically open a template, save it as a different unique file name (which it derives), and export all the parameters into it.

    Please use plain text.