Prepare for your Next Interview
This is a discussion on Export to excel within the JavaScript forums, part of the Web Development category; Hi, i am designing the webpage, where i have a page with search results that are dynamic (based on some input from the user, search is performed) .. i want to ...
|
|||
|
Export to excel
Hi,
i am designing the webpage, where i have a page with search results that are dynamic (based on some input from the user, search is performed) .. i want to export these results to Excel.. can any body help me.. i tried the following code: var oXL = new ActiveXObject("Excel.Application"); oXL.Visible = true; // Get a new workbook. var oWB = oXL.Workbooks.Add(); var oSheet = oWB.ActiveSheet; the code is working on my local machine.. but when i tried to load the webpage on server and then tried to run from my local machine...its giving error:: Automation Server can not create object.. Please let me know...if there is any other way to export to Excel...using java script... Last edited by paritosh.garg : 12-27-2007 at 12:28 AM. |
| Sponsored Links |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Export 'All testcases at a time' from Mercury Quality Center | Geek_Guest | Quality Center | 4 | 06-10-2008 02:18 AM |
| Can exp just export a tablespace | orion42 | Oracle | 1 | 09-26-2007 12:55 PM |
| How can I export / import the tables from one database to another | Geek_Guest | Oracle | 2 | 07-30-2007 08:22 AM |
| Use of export xml file and import xml file options | naags | QTP | 1 | 07-19-2007 01:37 PM |
| WebSphere V5.0 : Import and export | Lokesh M | Web Tools | 0 | 05-27-2006 06:26 AM |