JMP importing change since 18 upgrade
My scripts that I made before using the "Open" command is JSL is now way too slow. My script takes 12 minutes to execute now. How should I import excel sheets now or please fix this but in JMP I used to import my excel files using this code below but it takes too long: Open(
"/Z:/Shared/R&D/Runsheet.xlsx",
Worksheets(
{"Thickness"}
),
Use for all sheets( 1 ),
Concatenate Worksheets( 1 ),
Create C
...