|
|
#1 |
|
Beta Member
Join Date: Feb 2011
Posts: 3
|
hi guys i m new to javascript...i want know how do i can access the xls file and after accessing that file i want to past the content in the textbox on a webpage
|
|
|
|
|
|
#2 |
|
Solid State Member
Join Date: Jul 2011
Posts: 11
|
I know this can be done using PHP but I have never tried with Javascript, however I found some information on how to do it if you want to try this out;
How to read excel file using javascript Pulling and displaying data from excel spreadsheet - Dev Articles Opening specific .xls file with javascript - Dev Articles |
|
|
|
|
|
#3 |
|
Solid State Member
Join Date: Aug 2011
Posts: 6
|
You would have to figure out the file format that excel saves to and then read it with php. I would recommend saving your excel doc as csv (comma separated values) and then parsing that in php would be no problem.
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|