Inherited a Web application that is using XSL Version 1.0 to build Excel reports using visual studio 2013. The application uses XSLCompiledTransform to create and outputStream of XSL (Excel documents).
I'm looking for an upgrade to the XSL or some simpler method to create Excel documents other than XSL 1.0. Any ideas suggestions on a path forward would be appreciated.