Click to See Complete Forum and Search --> : reading data from Excel spreadsheet
geuis
07-28-2003, 08:45 AM
I'm wondering, is it possible to have javascript open an excel spreadsheet and read in data from the spreadsheet which other elements of the javascript will then be able to act upon?
If you can open/read data from a spreadsheet, what is some sample code that would allow you to do this? Thanks.
Nevermore
07-28-2003, 08:59 AM
You can't interact with files on the user's computer at all if the page is online, and your options for client-server interaction are basically limited to getting pages.
Khalid Ali
07-28-2003, 09:35 AM
Since excell is an MS product,you can use activeXontrols to communicate with excell spread sheets...search the google you will find some solution
Nevermore
07-28-2003, 09:39 AM
After Yahoo warned of the dangers of ActiveX many people have disabled it, so you need to offer an alternative.