C# 클래스 ExcelOperation.ExcelWriter

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

공개 메소드들

메소드 설명
Dispose ( ) : void
ExcelWriter ( string fileName, int titleRow, int contentRow ) : System
Save ( ) : void
Write ( DataSheet dsheet ) : void

비공개 메소드들

메소드 설명
CreateSheet ( DataSheet dsheet ) : ISheet
WriteRow ( IRow row, object>.Dictionary data, string>.KeyValuePair titles ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExcelWriter() 공개 메소드

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

Save() 공개 메소드

public Save ( ) : void
리턴 void

Write() 공개 메소드

public Write ( DataSheet dsheet ) : void
dsheet DataSheet
리턴 void