C# Класс Agribusiness.Import.Helpers.ExcelHelpers

Показать файл Открыть проект

Открытые методы

Метод Описание
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?

Описание методов

OpenWorkbook() публичный статический Метод

public static OpenWorkbook ( string fileName ) : Sheet
fileName string
Результат Sheet

ReadBoolCell() публичный статический Метод

public static ReadBoolCell ( Row row, int index ) : bool?
row Row
index int
Результат bool?

ReadCell() публичный статический Метод

public static ReadCell ( Row row, int index ) : string
row Row
index int
Результат string

ReadDateCell() публичный статический Метод

public static ReadDateCell ( Row row, int index ) : DateTime?
row Row
index int
Результат DateTime?

ReadIntCell() публичный статический Метод

public static ReadIntCell ( Row row, int index ) : int?
row Row
index int
Результат int?