var Excel, Book; // Declare the variables Excel = new ActiveXObject("Excel.Application"); // Create the Excel application object. Excel.Visible = true; // Make Excel invisible. var WorkBook = Excel.Workbooks.Add(); // Create a new work book. var Sheet = WorkBook.ActiveSheet; WorkBook.SaveAs("D:/Test/xyz.xls"); Excel.Quit(); // Close Excel with the Quit method on the Application object.With regards
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
With regarads
R e h a n
Any clues about how to build such a bridge?
EDIT:
Would some adaptation of HTML5 like this work?