Hi
I'm passing values from Store Procedure to XSL via XML. then on my XSL. I also have JavaScript that I'm using in my XSL. The values that are coming from Store Procedure and
JS are going to be displayed in the web, I also have a button on the to export my data to Excel
The problem that I'm having is, when I export data to Excel, I'm only getting values that are coming from my Store Procedure, all the values that are coming from
JS are not showing on the spreadsheet
please help, any idea where am I losing data or how can I tuckle this issue?