- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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