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

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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