Method | Description | |
---|---|---|
Dispose ( ) : void | ||
ExcelWriter ( string fileName, int titleRow, int contentRow ) : System | ||
Save ( ) : void | ||
Write ( DataSheet dsheet ) : void |
Method | Description | |
---|---|---|
CreateSheet ( DataSheet dsheet ) : ISheet | ||
WriteRow ( IRow row, object>.Dictionary |
public ExcelWriter ( string fileName, int titleRow, int contentRow ) : System | ||
fileName | string | |
titleRow | int | |
contentRow | int | |
return | System |