
February 14th, 2013, 10:06 AM
|
|
Registered User
|
|
Join Date: Jan 2013
Posts: 4
Time spent in forums: 40 m 3 sec
Reputation Power: 0
|
|
Thank you for a prompt reply.
Quote: | Originally Posted by E-Oreo Note: Java and JavaScript are very different programming languages.
JavaScript that is executed on a web page cannot read or write files of any type.
If the Excel file is on the server, you could use a helper language like PHP to read the Excel file and pass the value along to JavaScript. The workflow for this is not that complicated, but you'll need to use a third party library for parsing the Excel file. This can be done with other server side languages (other than PHP) too.
If the Excel file is on the client, you will either need to upload it to the server, or use a client-side language that is able to elevate its privileges (like Flash or Java). The workflow for this is not particularly simple. |
|