C# Class ExcelOperation.ExcelWriter

Inheritance: IDisposable
Afficher le fichier Open project: GHScan/DailyProjects Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
ExcelWriter ( string fileName, int titleRow, int contentRow ) : System
Save ( ) : void
Write ( DataSheet dsheet ) : void

Private Methods

Méthode Description
CreateSheet ( DataSheet dsheet ) : ISheet
WriteRow ( IRow row, object>.Dictionary data, string>.KeyValuePair titles ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExcelWriter() public méthode

public ExcelWriter ( string fileName, int titleRow, int contentRow ) : System
fileName string
titleRow int
contentRow int
Résultat System

Save() public méthode

public Save ( ) : void
Résultat void

Write() public méthode

public Write ( DataSheet dsheet ) : void
dsheet DataSheet
Résultat void