C# Class AssessmentAnywhere.Excel.AssessmentParser

Datei anzeigen Open project: pebblecode/AssessmentAnywhere

Public Methods

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

Private Methods

Method Description
ColToIntRec ( string remaining ) : int

Method Details

ColToInt() public static method

public static ColToInt ( string columnRef ) : int
columnRef string
return int

Parse() public static method

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
return ParseResult

Parse() public static method

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
return ParseResult