- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- viewing Excel file via the web
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 09:51 AM
02-27-2001 09:51 AM
viewing Excel file via the web
Can you please help me with this problem. We a an internal web page with posted procedures and reports for staff across the regions. For the past few weeks, all of a sudden users can not view their "Excel (xls)" reports. When I went in and open to view the Excel file - all I see is the mumble jumble/code/figure. Below is the code from the script to view "xls" file:
elif [ "$action" = "XLS" ] ; then
echo "Content-Description: Reports Archive Web Site - MsExcel Viewer"
echo "Content-Disposition: inline; filename=$tfile"
echo "Content-Disposition: attachment; filename=$tfile"
echo "Content-type: application/x-msexcel; name=$tfile\n"
if [ "$compressYN" = "YES" ] ; then
$zcat $path/$file | sed 's/^L/ /g'
else
cat $path/$file | sed 's/^L/ /g'
fi
A couple of month ago I ran into this same problem and before I can go into the script to take a look at what's wrong - the report is magically "viewable" again. I checked the script against the hard copy and there was no changes to it since 1998.
I greatly appreciate any help. Thank you
Thi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 08:14 PM
02-27-2001 08:14 PM
Re: viewing Excel file via the web
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 04:04 AM
02-28-2001 04:04 AM
Re: viewing Excel file via the web
There are several things it might be. The most obvious is permissions - looks like it should be runnig a script so that'll have to be executable.
How are you runing the report? If it's using SSI perhaps your web server configuration needs checking.
Hope this helps,
Marcel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 07:20 AM
02-28-2001 07:20 AM
Re: viewing Excel file via the web
I tested the script at the command line and there was no complain except I can see some of the text and the rest are in code (Excel) - same old problem. Again thank you all for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 07:37 AM
02-28-2001 07:37 AM