Hello
I would like to save data in an Excel file and open it
I have written the command at the end of the script
I see JMP saved the data as well, but don't open the file in Excel
what I have missed in JSL?
dt_excel = dt_p << Save( "C:\Users\dburmist\Downloads\Bucket.xlsx" );
dt_excel = dt_p << open( "C:\Users\dburmist\Downloads\Bucket.xlsx" );