C# 클래스 Owl.Excel.ExcelBuilder

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

공개 메소드들

메소드 설명
CreateDocument ( string filePath ) : void
Dispose ( ) : void
ImportData ( DataSet data ) : void
ImportData ( DataTable table ) : void
ImportData ( DataTable table, string sheetName ) : void
OpenDocument ( string filePath ) : void

메소드 상세

CreateDocument() 공개 메소드

public CreateDocument ( string filePath ) : void
filePath string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ImportData() 공개 메소드

public ImportData ( DataSet data ) : void
data System.Data.DataSet
리턴 void

ImportData() 공개 메소드

public ImportData ( DataTable table ) : void
table System.Data.DataTable
리턴 void

ImportData() 공개 메소드

public ImportData ( DataTable table, string sheetName ) : void
table System.Data.DataTable
sheetName string
리턴 void

OpenDocument() 공개 메소드

public OpenDocument ( string filePath ) : void
filePath string
리턴 void