Transforms the data table to excel.
Namespace:
FLEXYGO
Assembly:
flxUtilities (in flxUtilities.dll)
Public Function TransformDataTableToExcel ( _
dtTable As DataTable, _
blnDisplayColumnHeader As Boolean _
) As String
Parameters
- dtTable
- Type: DataTable
The dt table.
- blnDisplayColumnHeader
- Type: Boolean
if set to true [BLN display column header].
Return Value
System.String.