C# 클래스 AssessmentAnywhere.Excel.AssessmentParser

파일 보기 프로젝트 열기: pebblecode/AssessmentAnywhere

공개 메소드들

메소드 설명
ColToInt ( string columnRef ) : int
Parse ( Stream excelFile, int worksheetPosition, int surnameCol, int forenamesCol, int resultCol, int startRow ) : ParseResult
Parse ( Stream excelFile, int worksheetPosition, string surnameCol, string forenamesCol, string resultCol, int startRow ) : ParseResult

비공개 메소드들

메소드 설명
ColToIntRec ( string remaining ) : int

메소드 상세

ColToInt() 공개 정적인 메소드

public static ColToInt ( string columnRef ) : int
columnRef string
리턴 int

Parse() 공개 정적인 메소드

public static Parse ( Stream excelFile, int worksheetPosition, int surnameCol, int forenamesCol, int resultCol, int startRow ) : ParseResult
excelFile Stream
worksheetPosition int
surnameCol int
forenamesCol int
resultCol int
startRow int
리턴 ParseResult

Parse() 공개 정적인 메소드

public static Parse ( Stream excelFile, int worksheetPosition, string surnameCol, string forenamesCol, string resultCol, int startRow ) : ParseResult
excelFile Stream
worksheetPosition int
surnameCol string
forenamesCol string
resultCol string
startRow int
리턴 ParseResult