[javascript] How to access xls file [javascript]

corbenik

Beta member
Messages
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 :)
 
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.
 
Back
Top Bottom