Method | Description | |
---|---|---|
ExportToArray ( |
导出Excel文件到数组
|
|
ExportToArray ( |
导出数据到Excel
|
|
ExportToArray ( IEnumerable |
导出Excel文件到数组
|
|
ExportToFile ( |
导出数据到Excel文件
|
|
ExportToFile ( |
导出数据到Excel
|
|
ExportToFile ( IEnumerable |
导出数据到Excel文件
|
|
ExportToStream ( |
导出数据到数据流
|
|
ExportToStream ( |
导出数据到Excel
|
|
ExportToStream ( IEnumerable |
导出数据到数据流
|
|
GetDataSetFormFile ( string fileName ) : |
将Excel的数据导入到DataSet中
|
|
GetDataSetFormStream ( Stream stream ) : |
将Excel的数据导入到DataSet里面
|
Method | Description | |
---|---|---|
SetCell ( ICell cell, |
设置单元格
|
|
SetRow ( IRow row, object obj ) : void |
设置行
|
|
SetTable ( ISheet sheet, IEnumerable |
设置表
|
public static ExportToArray ( |
||
dataSet | 要导出的数据 | |
return | byte[] |
public static ExportToArray ( |
||
dataTable | 要导出的数据 | |
return | byte[] |
public static ExportToArray ( IEnumerable | ||
dataTable | IEnumerable | 要导出的数据 |
return | byte[] |
public static ExportToFile ( |
||
dataSet | 要导出的数据 | |
fileName | string | 要导出的文件名 |
return | void |
public static ExportToFile ( |
||
dataTable | 要导出的数据 | |
fileName | string | 要导出的文件名 |
return | void |
public static ExportToFile ( IEnumerable | ||
dataTable | IEnumerable | 要导出的数据 |
fileName | string | 要导出的文件名 |
return | void |
public static ExportToStream ( |
||
dataSet | 要导出的数据 | |
stream | Stream | 要导出到的数据流 |
return | void |
public static ExportToStream ( |
||
dataTable | 要导出的数据 | |
stream | Stream | 流 |
return | void |
public static ExportToStream ( IEnumerable | ||
dataTable | IEnumerable | 要导出的数据 |
stream | Stream | 要导出到的数据流 |
return | void |
public static GetDataSetFormFile ( string fileName ) : |
||
fileName | string | 完整文件名 |
return |
public static GetDataSetFormStream ( Stream stream ) : |
||
stream | Stream | 流 |
return |