Hi Group,
I've inherited a reporting application which uses Excel for report purposes. Excel is installed on the Web Server and is causing performance issues when the user runs the report from the ASP Pages.
Other than OWC is there another way I can produce reports in formats which will be readable by the end user.
It was suggested that this:
set ExcelApp = CreateObject("Excel.application")
is a bad way to instantiate an object. Is there a preferred way? Can I use another tool/something else for my reporting purposes?
Kind Regards