cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Choose Language Hide Translation Bar
Jaz
Jaz
Level IV

RE: Saving Multiple Excel Sheets as Seperate Data Tables in JSL

Hi, 

 

I'm trying to use the Get Excel Worksheets function to save each of the worksheets in my excel file as a seperate data table. 

I used the following code and I keep getting a name unresolved error, but I'm sure that the file path is correct. 

listOfWorksheets = Get Excel Worksheets("C:\Users\jaz\Desktop\Template.xlsx"); 

Another thing is that the Get Excel Worksheets doesn't appear in blue in my script. Does that mean that the version of JMP I'm using doesn't support this function?

 

Any help would be appreciated. 

10 REPLIES 10

RE: Saving Multiple Excel Sheets as Seperate Data Tables in JSL

To answer your previous question, a script using a feature new to version 12 will fail in version 11, with a JSL error saying it doesn't understand the command.

 

In JMP 11, you would need to save tables as individual Excel files.  There is no ability to collect a bunch of tables together into a single workbook.

 

Brian Corcoran

JMP Development