C# Class Agribusiness.Import.Helpers.ExcelHelpers

Datei anzeigen Open project: ucdavis/Agribusiness

Public Methods

Method Description
OpenWorkbook ( string fileName ) : Sheet
ReadBoolCell ( Row row, int index ) : bool?
ReadCell ( Row row, int index ) : string
ReadDateCell ( Row row, int index ) : DateTime?
ReadIntCell ( Row row, int index ) : int?

Method Details

OpenWorkbook() public static method

public static OpenWorkbook ( string fileName ) : Sheet
fileName string
return Sheet

ReadBoolCell() public static method

public static ReadBoolCell ( Row row, int index ) : bool?
row Row
index int
return bool?

ReadCell() public static method

public static ReadCell ( Row row, int index ) : string
row Row
index int
return string

ReadDateCell() public static method

public static ReadDateCell ( Row row, int index ) : DateTime?
row Row
index int
return DateTime?

ReadIntCell() public static method

public static ReadIntCell ( Row row, int index ) : int?
row Row
index int
return int?