C# Class AssessmentAnywhere.Excel.AssessmentParser

Afficher le fichier Open project: pebblecode/AssessmentAnywhere

Méthodes publiques

Méthode 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

Méthode Description
ColToIntRec ( string remaining ) : int

Method Details

ColToInt() public static méthode

public static ColToInt ( string columnRef ) : int
columnRef string
Résultat int

Parse() public static méthode

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
Résultat ParseResult

Parse() public static méthode

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
Résultat ParseResult