Hi all,
I have a webpage, which displays the records queried from the oracle database on the web using HTML table(s).
I want to give the users a button,which upon clicked should exports whatever is on the webpage to an excel spreadsheet.
I cannot hardcode and have a .xls file sitting on the server, because in my webpage the parameters are passed dynamically, so i need to create the excel file on the fly.
I want to accomplish this using javascript, because the web page technology i am using(PSP - PL/SQL server pages supports javascript)
So can anyone tell me, how to do this. Any sample codes or links will be very useful. Thank you in advance.
FYI, I am newbie when it comes to javascript.
I have a webpage, which displays the records queried from the oracle database on the web using HTML table(s).
I want to give the users a button,which upon clicked should exports whatever is on the webpage to an excel spreadsheet.
I cannot hardcode and have a .xls file sitting on the server, because in my webpage the parameters are passed dynamically, so i need to create the excel file on the fly.
I want to accomplish this using javascript, because the web page technology i am using(PSP - PL/SQL server pages supports javascript)
So can anyone tell me, how to do this. Any sample codes or links will be very useful. Thank you in advance.
FYI, I am newbie when it comes to javascript.