C# Class Owl.Excel.ExcelBuilder

Inheritance: IDisposable
Mostrar archivo Open project: FerHenrique/Owl Class Usage Examples

Public Methods

Method 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 method

public CreateDocument ( string filePath ) : void
filePath string
return void

Dispose() public method

public Dispose ( ) : void
return void

ImportData() public method

public ImportData ( DataSet data ) : void
data System.Data.DataSet
return void

ImportData() public method

public ImportData ( DataTable table ) : void
table System.Data.DataTable
return void

ImportData() public method

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

OpenDocument() public method

public OpenDocument ( string filePath ) : void
filePath string
return void