{CompanyName} FlexyGo

ExcelExport..::..AddExcelSheetToExcelTemplate Method (String, String)

Adds the excel sheet to excel template.

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

Syntax


public string AddExcelSheetToExcelTemplate(
	string strExcelFile,
	string strExcelTemplate
)
Public Function AddExcelSheetToExcelTemplate ( _
	strExcelFile As String, _
	strExcelTemplate As String _
) As String

Parameters

strExcelFile
Type: String
The string excel file.
strExcelTemplate
Type: String
The string excel template.

Return Value

System.String.