cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

Excel Import Script

I want to import an excel sheet to a JMP table. The excel file will have multiple sheets. The user should be able to select a sheet of interest. When imported, the user should be able to select the header row and the number of columns of interest. All the rows in that sheet in to be imported. JMP PRO 14.3, JMP PRO 16.2

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Excel Import Script

Why not just present the Excel Wizard to the user and allow them to make the selections?  Something like the following should work in JMP Pro 16.2

 

Open(

"$SAMPLE_IMPORT_DATA/Big Class.xlsx", Excel Wizard);

 

Brian Corcoran

JMP Development

View solution in original post

1 REPLY 1

Re: Excel Import Script

Why not just present the Excel Wizard to the user and allow them to make the selections?  Something like the following should work in JMP Pro 16.2

 

Open(

"$SAMPLE_IMPORT_DATA/Big Class.xlsx", Excel Wizard);

 

Brian Corcoran

JMP Development

Recommended Articles