C# Class AuScGen.CommonUtilityPlugin.ExcelReader

Inheritance: IContainerPlugin
Datei anzeigen Open project: geeksree/cSharpGeeks

Public Methods

Method 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

Method 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 method

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

LoadTestData() public method

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.
return Object[]