Geeks Talk

Prepare for your Next Interview




Export to excel

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 ...


Go Back   Geeks Talk > Web Development > JavaScript

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 12-27-2007
Junior Member
 
Join Date: Dec 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
paritosh.garg is on a distinguished road
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.
Reply With Quote
Sponsored Links
Reply

  Geeks Talk > Web Development > JavaScript


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Export 'All testcases at a time' from Mercury Quality Center Geek_Guest Quality Center 5 2 Weeks Ago 03:36 PM
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


All times are GMT -4. The time now is 11:54 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved