BookmarkSubscribeRSS Feed
tsolomon11
Calcite | Level 5

HI, I am trying to open an excel with different worksheets and select the second row as the column names. I tried using the code below that Brian Corcoran posted but despite changing the Has Column Headers and Data Starts on Row, the first in the excel file is always selected as the coumn names? Any ideas on why this is not working.

 

 

Open("C:\Users\tsolomo\Desktop\bactera.xlsx",

Worksheets( "D1D UPW Supply" ),

Use for all sheets( 1 ),

Concatenate Worksheets( 0 ),

Create Concatenation Column( 0 ),

1,

Has Column Headers( 0 ),

Number of Rows in Headers( 1 ),

Headers Start on Row( 2 ),

Data Starts on Row( 3 ),

Data Starts on Column( 1 ),

Data Ends on Row( 30 ),

Data Ends on Column( 10 ),

Replicated Spanned Rows( 1 ),

Suppress Hidden Rows( 1 ),

Suppress Hidden Columns( 1 ),

Treat as Hierarchy( 0 )

);

2 REPLIES 2
PGStats
Opal | Level 21

This looks like JSL... Try posting to the JMP User Community.

PG
tsolomon11
Calcite | Level 5

thanks, will do

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

Discussion stats
  • 2 replies
  • 1460 views
  • 1 like
  • 2 in conversation