| | |
read excel file using javascript
Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Apr 2009
Posts: 13
Reputation:
Solved Threads: 0
hi ,
actually i am developing a web application in asp.net using c#.
i have come across a requirement to read a excel file without going to the server . i need to use javascript for the same.
so i need help on javascript function to read from excel file.
i tried a lot many codes available but nothing seems to be working...
so somebody help me...
one of the codes i tried is:
actually i am developing a web application in asp.net using c#.
i have come across a requirement to read a excel file without going to the server . i need to use javascript for the same.
so i need help on javascript function to read from excel file.
i tried a lot many codes available but nothing seems to be working...
so somebody help me...
one of the codes i tried is:
html Syntax (Toggle Plain Text)
<script language="javascript"> function readFromExcel() { var excel = new ActiveXObject("Excel.Application"); var excel_file = excel.Workbooks.Open("C:\\Book2.xls"); var excel_sheet = excel_file.Worksheets("Sheet1"); return data; } <body> <input type="button" onclick=readFromExcel() value="read"/> </body>
Last edited by peter_budo; May 15th, 2009 at 8:35 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
![]() |
Similar Threads
- Read Excel File from C# (C#)
- How to Read Excel File (C++)
- Help to read the excel file. (ASP.NET)
- Create modify insert del read from excel file (C++)
- Read MS-Excel file through EVC++ 4.0 (C++)
- Open Excel file from Visual Basic (Visual Basic 4 / 5 / 6)
- Reading Excel File using JAVA (Java)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: help needed, mousemove related and more.
- Next Thread: storing a value from a slider as a variable for calculation later
| Thread Tools | Search this Thread |
acid2 ajax ajaxexample ajaxjspservlets array browser bug captchaformproblem cart checkbox child class close codes cookies createrange() cursor date debugger dependent disablefirebug dom dropdown editor element embed engine enter events explorer ext file firefox focus form forms frameworks getselection google gxt hiddenvalue highlightedword hint html ie7 ie8 iframe images internet java javascript javascripthelp2020 jquery jsf jsfile jsp jump libcurl maps masterpage math media menu object onerror onmouseoutdivproblem onreadystatechange parent paypal pdf php position post programming progressbar prototype rated redirect runtime safari scale scriptlets scroll search security session shopping size software star starrating stars synchronous toggle unicode variables web webservice wysiwyg \n





