ExcelExport..::..TransformXMLDocumentToExcel Method
Transforms the XML document to excel.
Namespace:
FLEXYGOAssembly: flxUtilities (in flxUtilities.dll)
Syntax
public string TransformXMLDocumentToExcel( XmlDocument XMLDoc, string strXSLFullFilePath )
Public Function TransformXMLDocumentToExcel ( _ XMLDoc As XmlDocument, _ strXSLFullFilePath As String _ ) As String
Parameters
- XMLDoc
- Type: XmlDocument
The XML document.
- strXSLFullFilePath
- Type: String
The string XSL full file path.