{CompanyName} FlexyGo

ExcelExport..::..TransformDataTableToExcel Method (DataTable, String)

Transforms the data table to excel.

Namespace:  FLEXYGO
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public string TransformDataTableToExcel(
	DataTable dtTable,
	string strXSLFile
)
Public Function TransformDataTableToExcel ( _
	dtTable As DataTable, _
	strXSLFile As String _
) As String

Parameters

dtTable
Type: DataTable
The dt table.
strXSLFile
Type: String
The string XSL file.

Return Value

System.String.