PHP Classes

On Linux

Recommend this page to a friend!

      MS-Excel Stream Handler  >  All threads  >  On Linux  >  (Un) Subscribe thread alerts  
Subject:On Linux
Summary:Downloading excel file from Linux server
Messages:4
Author:sureshvd
Date:2008-07-23 20:50:39
Update:2008-11-28 23:52:40
 

  1. On Linux   Reply   Report abuse  
Picture of sureshvd sureshvd - 2008-07-23 20:50:39
Hi all, I am dispaying some records on a HTML page and giving a link 'Export to Excel' to download the same records in Excel file. It is giving follwing error on Linux Machine.


Warning: fopen(xlsfile://Search.xls) [function.fopen]: failed to open stream: "xlsStream::stream_open" call failed in /opt/lampp/htdocs/myweb/export.php on line 32
Cannot open xlsfile://Search.xls


Does it work on Linux machine?

  2. Re: On Linux   Reply   Report abuse  
Picture of sureshvd sureshvd - 2008-07-23 22:16:27 - In reply to message 1 from sureshvd
Server is Linux. Users will see the records on a windows machine and click the link. And they shud get the Excel file downloaded

  3. Re: On Linux   Reply   Report abuse  
Picture of sureshvd sureshvd - 2008-07-23 22:27:48 - In reply to message 2 from sureshvd
Ya it is fixed. Just changed the path and it is workin fine

  4. Re: On Linux   Reply   Report abuse  
Picture of Dave Brown Dave Brown - 2008-11-28 23:52:40 - In reply to message 3 from sureshvd
What path? How?