![]() Topic awaiting preservation: excel > browser (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: # |
![]() do anyone know of a very simple solution to display an excel work sheet in a layer without saving the excel sheet as a webpage. i.e The website owner will upload a xls file to the webserver every week and the webpage will import all the data and display it in a similar layout upon call. I have searched for answer but all solutions seem to involve technologies such as POI /Java ect. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() FatRod: That sounds like a rather messy way of doing things but........ |
Bipolar (III) Inmate From: # |
![]() I have found a solution (and it was ASP) but also discovered that this would apparently be a very bad idea. |
Maniac (V) Inmate From: under the bed |
![]() Well, first of all - what server side languages do you have available on your server, and which are you familiar with? |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
![]() The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
![]() The poster has demanded we remove all his contributions, less he takes legal action. |
Maniac (V) Mad Scientist From: :morF |
![]() I'd personally get him to export the data as a CVS file then use PHP's explode function to break the data down and interpret into a table. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
![]() The poster has demanded we remove all his contributions, less he takes legal action. |
Maniac (V) Mad Scientist From: :morF |
![]() Hmmm...you're dead right there InI...I just think that IIS is so much the work of the devil that I continue to deny t's existance at every possible opportunity... |
Bipolar (III) Inmate From: # |
![]() cheers chaps. |