C# Class AuScGen.CommonUtilityPlugin.ExcelReader

Inheritance: IContainerPlugin
Afficher le fichier Open project: geeksree/cSharpGeeks

Méthodes publiques

Méthode Description
GetData ( string strCommand ) : DataSet

Gets the data set.

LoadTestData ( string fileName, string sheetName, string testCaseId, string columnNames ) : Object[]

Loads the test data.

Private Methods

Méthode Description
DisplayData ( string testCaseId, DataTable table ) : Object[]

Displays the data.

InitializeWorkbook ( string path ) : void

Initializes the workbook.

XlsxToTableData ( string testCaseId, string sheetName, string columnNames ) : void

XLSXs to table data.

Method Details

GetData() public méthode

Gets the data set.
public GetData ( string strCommand ) : DataSet
strCommand string The string command.
Résultat System.Data.DataSet

LoadTestData() public méthode

Loads the test data.
public LoadTestData ( string fileName, string sheetName, string testCaseId, string columnNames ) : Object[]
fileName string Name of the file.
sheetName string Name of the sheet.
testCaseId string The test case identifier.
columnNames string The column names.
Résultat Object[]