C# Class Owl.Excel.ExcelBuilder

Inheritance: IDisposable
Afficher le fichier Open project: FerHenrique/Owl Class Usage Examples

Méthodes publiques

Méthode Description
CreateDocument ( string filePath ) : void
Dispose ( ) : void
ImportData ( DataSet data ) : void
ImportData ( DataTable table ) : void
ImportData ( DataTable table, string sheetName ) : void
OpenDocument ( string filePath ) : void

Method Details

CreateDocument() public méthode

public CreateDocument ( string filePath ) : void
filePath string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ImportData() public méthode

public ImportData ( DataSet data ) : void
data System.Data.DataSet
Résultat void

ImportData() public méthode

public ImportData ( DataTable table ) : void
table System.Data.DataTable
Résultat void

ImportData() public méthode

public ImportData ( DataTable table, string sheetName ) : void
table System.Data.DataTable
sheetName string
Résultat void

OpenDocument() public méthode

public OpenDocument ( string filePath ) : void
filePath string
Résultat void