Excel VBA Coding for xls transformation along with Paramters
问题 I need to parse xsl along with its parameters using VBA code. I can use VBA code from the below link(for your reference) but only thing is I need to pass XSLT Parameters through VBA code. VBA code : Hperlink My (ds_test.xsl) file <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="xml" indent="yes" /> <xsl:param name="job" /> <xsl:param name="src" /> <xsl:param name="spath" /> <xsl:template match="/">