C# 클래스 AuScGen.CommonUtilityPlugin.ExcelReader

상속: IContainerPlugin
파일 보기 프로젝트 열기: geeksree/cSharpGeeks

공개 메소드들

메소드 설명
GetData ( string strCommand ) : DataSet

Gets the data set.

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

Loads the test data.

비공개 메소드들

메소드 설명
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.

메소드 상세

GetData() 공개 메소드

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

LoadTestData() 공개 메소드

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