Method that creates a new ParameterTable object, given an existing Excel document as input. Returns the resulting ParameterTable object. The first sheet in the Excel document is used.
ExcelDocument |
String |
Input String value that contains the full path to the Excel document. |
StartCell |
String |
Input String value that specifies the beginning cell to begin importing from, for example "A1". |
Link |
Boolean |
Input Boolean value that specifies whether the Excel document is to be embedded or linked. True indicates it should be linked. |