| | |
Edit Excel using Javascript
Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
1
#2 Oct 8th, 2009
•
•
•
•
need to read and write to xls (excel sheet) using javascript
read and write should be to specific cell in that sheet
if its possible , please help do it
thanx .
This is a demo code from MSDN:
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
var ExcelApp = new ActiveXObject("Excel.Application"); var ExcelSheet = new ActiveXObject("Excel.Sheet"); // Make Excel visible through the Application object. ExcelSheet.Application.Visible = true; // Place some text in the first cell of the sheet. ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1"; // Save the sheet. ExcelSheet.SaveAs("C:\\TEST.XLS"); // Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit();
Last edited by Troy III; Oct 8th, 2009 at 1:21 pm.
![]() |
Similar Threads
- creating excel using javascript (JavaScript / DHTML / AJAX)
- Adding javascript to a URL? (JavaScript / DHTML / AJAX)
- my follow up question in excel (Visual Basic 4 / 5 / 6)
- open an excel file in C++ (C++)
- Diplaying Excel Spread aheets online (ASP.NET)
- Visual & Excel without referencing Excel??? (Visual Basic 4 / 5 / 6)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: Showing output of a php url
- Next Thread: Creating and deleting function
| Thread Tools | Search this Thread |
acid2 ajax ajaxexample ajaxjspservlets array beta box browser captchaformproblem cart child close codes column css date debugger decimal dependent design disablefirebug dom download element embed engine enter error events ext file firefox focus form forms frameworks getselection google gwt gxt hiddenvalue highlightedword hint html ie7 ie8 iframe index java javascript javascripthelp2020 jquery jsp jump libcurl listbox maps masterpage math media menu microsoft mimic mp4 onerror onmouseoutdivproblem onmouseover onreadystatechange paypal pdf php position post problem programming prototype rated rating redirect safari scale scriptlets scroll search security select software star starrating synchronous toggle unicode variables w3c web webservice window windowofwords xml \n






