| | |
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
- Open Excel file from Visual Basic (Visual Basic 4 / 5 / 6)
- 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++)
- 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 |
Tag cloud for JavaScript / DHTML / AJAX
ajax ajaxcode ajaxhelp animate api automatically beta boarder box bug calendar card checkbox child class column cookies createrange() css cursor dependent disablefirebug dom download dropdown editor element engine error events explorer ext file firehose flash form forms game google gwt html htmlform ie8 iframe image() images internet java javascript jawascriptruntimeerror jquery jsf jsfile jump math matrixcaptcha microsoft mimic mp3 mysql object offline onmouseoutdivproblem onreadystatechange parent passing pdf php player post problem progressbar rated rating regex runtime scroll search select session shopping size sql star stars stretch text textarea twitter validation w3c web website window windowofwords windowsxp wysiwyg xml xspf \n





