public class ExcelDataSource extends AbstractDataSource
| Modifiers | Name | Description | 
|---|---|---|
| class | ExcelDataSource.SelectExcelFileAction | Implements a Call To Action panel default action (browse for excel file) | 
| Modifiers | Name | Description | 
|---|---|---|
| static int | MAX_FILE_SIZE_FOR_PARSING_IN_MEMORY | |
| static java.lang.String | TYPE | |
| static MessageSupport | messages | 
| Constructor and description | 
|---|
| ExcelDataSource
                                () | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | addExternalDependency(java.util.List<ExternalDependency> dependencies) | 
|  | void | finish(TestCaseRunner testRunner, TestCaseRunContext testRunContext) | 
|  | void | finish(MockRunner testRunner, MockRunContext mockRunContext) | 
|  | static int | getColumn(java.lang.String s)Gets the column number of the string cell reference | 
|  | javax.swing.JComponent | getComponent() | 
|  | boolean | getEvaluateFormulas() | 
|  | java.lang.String | getFileName() | 
|  | boolean | getIgnoreEmpty() | 
|  | javax.swing.JComponent | getPreparedProperties() | 
|  | PropertyExpansion[] | getPropertyExpansions() | 
|  | static int | getRow(java.lang.String s)Gets the row number of the cell reference | 
|  | java.lang.String | getStartCell() | 
|  | java.lang.String | getWorksheet() | 
|  | boolean | isExhausted() | 
|  | boolean | isLoaded() | 
|  | void | load(TestCaseRunner testRunner, TestCaseRunContext context, java.util.List<java.lang.String> properties) | 
|  | void | load(MockRunner mockRunner, MockRunContext context, java.util.List<java.lang.String> properties) | 
|  | void | loadConfiguration(XmlObjectConfigurationReader reader) | 
|  | StringToStringMap | next(TestCaseRunner testRunner, TestCaseRunContext context, java.util.List<java.lang.String> properties) | 
|  | StringToStringMap | next(MockRunner mockRunner, MockRunContext context, java.util.List<java.lang.String> properties) | 
|  | void | prepare(TestCaseRunner testRunner, TestCaseRunContext context, java.util.List<java.lang.String> properties) | 
|  | void | prepare(MockRunner mockRunner, MockRunContext context, java.util.List<java.lang.String> properties) | 
|  | void | resolve(ResolveContext<?> context) | 
|  | void | saveConfiguration(XmlObjectConfigurationBuilder builder) | 
|  | void | setEvaluateFormulas(boolean evaluateFormulas) | 
|  | void | setFileName(java.lang.String fileName) | 
|  | void | setIgnoreEmpty(boolean ignoreEmpty) | 
|  | void | setStartCell(java.lang.String startCell) | 
|  | void | setWorksheet(java.lang.String worksheet) | 
| Methods inherited from class | Name | 
|---|---|
| class AbstractDataSource | finish, getConfig, getDataSourceContainer, getDescription, getPropertyExpansions, getTestCase, getType, init, release, resolve, saveConfig, sendAnalytics, setConfig | 
Gets the column number of the string cell reference
s -  the string to parseGets the row number of the cell reference
ReadyAPI functional (soapui-pro) SDK 3.10.1