C# Class SANTA.IO.ExcelReportGenerator

显示文件 Open project: siegleal/iSanta

Public Methods

Method Description
GenerateReport ( IList newPoints, Datatype data, Datatype stats, ConfigReader reader ) : void

Private Methods

Method Description
insertPoints ( ExcelWorksheet reportWorksheet, string configName, double statValue, ConfigReader reader ) : void
insertStat ( ExcelWorksheet reportWorksheet, string configName, double statValue, ConfigReader reader ) : void
openReportWithExcel ( string fileName ) : bool
placeValue ( ExcelWorksheet excelWorksheet, string configKey, Object dataToInsert ) : void

Method Details

GenerateReport() public static method

public static GenerateReport ( IList newPoints, Datatype data, Datatype stats, ConfigReader reader ) : void
newPoints IList
data Datatype
stats Datatype
reader ConfigReader
return void