ExcelHelper.OutputToExcel Method (DataTable, String)

HD.Common

ExcelHelperOutputToExcel Method (DataTable, String) Helper帮助文档
将数据导出至Excel文件

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static bool OutputToExcel(
	DataTable Table,
	string ExcelFilePath
)
Public Shared Function OutputToExcel ( 
	Table As DataTable,
	ExcelFilePath As String
) As Boolean
public:
static bool OutputToExcel(
	DataTable^ Table, 
	String^ ExcelFilePath
)
static member OutputToExcel : 
        Table : DataTable * 
        ExcelFilePath : string -> bool 

Parameters

Table
Type: System.DataDataTable
DataTable对象
ExcelFilePath
Type: SystemString
Excel文件路径

Return Value

Type: Boolean

[Missing <returns> documentation for "M:HD.Common.ExcelHelper.OutputToExcel(System.Data.DataTable,System.String)"]

See Also

Reference