C# Class SympleLib.OpenXml.ObjectsToXls

Afficher le fichier Open project: sympletech/SympleLib Class Usage Examples

Protected Properties

Свойство Type Description
xWorker XLSWorker

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ReadInRecords ( IEnumerable objectCollection, List props ) : void

Method Details

AddSheet() public méthode

public AddSheet ( IEnumerable objectCollection, string sheetName ) : void
objectCollection IEnumerable
sheetName string
Résultat void

AddSheet() public méthode

public AddSheet ( IEnumerable objectCollection, string sheetName, List includeProperties ) : void
objectCollection IEnumerable
sheetName string
includeProperties List
Résultat void

GetFileStream() public méthode

public GetFileStream ( ) : Stream
Résultat Stream

ObjectsToXls() public méthode

public ObjectsToXls ( ) : System
Résultat System

ObjectsToXls() public méthode

public ObjectsToXls ( string saveTo ) : System
saveTo string
Résultat System

Save() public méthode

public Save ( ) : void
Résultat void

SaveAs() public méthode

public SaveAs ( string path ) : void
path string
Résultat void

WriteToHttpResponse() public méthode

public WriteToHttpResponse ( string fileName ) : void
fileName string
Résultat void

Property Details

xWorker protected_oe property

protected XLSWorker,SympleLib.OpenXml xWorker
Résultat XLSWorker