C# 클래스 ExcelOperation.ExcelReader

상속: IDisposable
파일 보기 프로젝트 열기: GHScan/DailyProjects 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
ExcelReader ( string fileName, int titleRow, int contentRow ) : System
GetSheetNames ( ) : IEnumerable
Read ( string name ) : DataSheet

비공개 메소드들

메소드 설명
ReadRow ( IRow row, string>.KeyValuePair titles ) : object>.Dictionary

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExcelReader() 공개 메소드

public ExcelReader ( string fileName, int titleRow, int contentRow ) : System
fileName string
titleRow int
contentRow int
리턴 System

GetSheetNames() 공개 메소드

public GetSheetNames ( ) : IEnumerable
리턴 IEnumerable

Read() 공개 메소드

public Read ( string name ) : DataSheet
name string
리턴 DataSheet