C# 클래스 SympleLib.OpenXml.ObjectsToXls

파일 보기 프로젝트 열기: sympletech/SympleLib 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
xWorker XLSWorker

공개 메소드들

메소드 설명
AddSheet ( IEnumerable objectCollection, string sheetName ) : void
AddSheet ( IEnumerable objectCollection, string sheetName, List includeProperties ) : void
GetFileStream ( ) : Stream
ObjectsToXls ( ) : System
ObjectsToXls ( string saveTo ) : System
Save ( ) : void
SaveAs ( string path ) : void
WriteToHttpResponse ( string fileName ) : void

비공개 메소드들

메소드 설명
ReadInRecords ( IEnumerable objectCollection, List props ) : void

메소드 상세

AddSheet() 공개 메소드

public AddSheet ( IEnumerable objectCollection, string sheetName ) : void
objectCollection IEnumerable
sheetName string
리턴 void

AddSheet() 공개 메소드

public AddSheet ( IEnumerable objectCollection, string sheetName, List includeProperties ) : void
objectCollection IEnumerable
sheetName string
includeProperties List
리턴 void

GetFileStream() 공개 메소드

public GetFileStream ( ) : Stream
리턴 Stream

ObjectsToXls() 공개 메소드

public ObjectsToXls ( ) : System
리턴 System

ObjectsToXls() 공개 메소드

public ObjectsToXls ( string saveTo ) : System
saveTo string
리턴 System

Save() 공개 메소드

public Save ( ) : void
리턴 void

SaveAs() 공개 메소드

public SaveAs ( string path ) : void
path string
리턴 void

WriteToHttpResponse() 공개 메소드

public WriteToHttpResponse ( string fileName ) : void
fileName string
리턴 void

프로퍼티 상세

xWorker 보호되어 있는 프로퍼티

protected XLSWorker,SympleLib.OpenXml xWorker
리턴 XLSWorker