Adds the excel sheet to excel template.
Namespace:
FLEXYGO
Assembly:
flxUtilities (in flxUtilities.dll)
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.