excel_obj = Excel Profiler(
Workbook( "excel_workbook_path" ),
Model( "name_of_model" )
);
The Model argument is optional. If you supply only the workbook, you are prompted to select the model. You do not need to specify the worksheet, because the model is found no matter where it is located.
excel_obj <<Prediction Profiler( 1 );