Export data table to Excel using scripting
Hi, I'm trying to learn how to export my data table to excel using scripting and some automation.I am using save("") to open a "Save JMP File As" window prompting me to save the file. I'd like to have the "Save as type" set to *.xls instead of *.jmp so I don't have to change it every time. I'd also like to set the default folder that it chooses for saving the file to. Can any of this be done in th...