It shows that you are unregistered. Please register with us by clicking Here
![]() |
|
![]() |
![]() | Register - FAQ - Today's Posts - New Posts - Support - Search | ![]() |
|
|
#1 (permalink) |
|
Junior Member
Join Date: Jul 2006
Age: 38
Posts: 14
|
I have an excel spreadsheet that lives on the server, I'm trying to get it to open on my browser window.
This is my code (openxl.cgi): $excel="\/usr\/common\/reportdir\/excelsample.xls"; print "content-type: application/vnd.ms-excel\n"; print "content-disposition: inline\n\n"; print $excel; The browser opens excel, but I don't get my data, instead all I see is the name of my data file (the /usr/common/...xls) in the first cell. What am I doing wrong? Thanks for any help :) Destiny |
|
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Opera Browser | Life Xpect | Technology & Gadgets | 19 | 08-29-2008 07:38 PM |
| What Browser Do You Use? | GuyKels | Technology & Gadgets | 1 | 10-18-2006 03:54 PM |
| Which browser do you use? | zewlie | All Things General | 9 | 07-31-2006 10:26 PM |
| Creating an EXCEL template to load data into SQL Database | aaron | ASP | 1 | 07-14-2006 05:31 AM |
| How To: Make "Export to Excel" always open excel in a separate Window | bradley | .NET | 0 | 07-06-2006 05:32 PM |