Home » File Formats » Spreadsheet_Excel_Writer » Bug #8352
printArea and repeatColumns Trouble
Details
| Submitted | 2006-08-03 16:46 UTC |
|---|---|
| From | j dot 7 at comcast dot net |
| Status | No Feedback |
| Package | Spreadsheet_Excel_Writer |
| PHP Version | 5.1.2 |
| OS | Win XP SP2 |
| Roadmaps | (Not assigned) |
Comments
[2006-08-03 16:46 UTC] j dot 7 at comcast dot net
Description:
------------
It appears that printArea and repeatColumns do not work if I use the send function to send an xls file via the browser.
In contract if I write the same file to a directory on the webserver and then provide a link to download the file both of the above mentioned functions do their appropriate duties.
I have not tried multiple browsers, and the browset in question is 6.0.2900.
I also tried writing the file to the webserver then using the php function file_get_contents and html headers to force a download and in this case the print area and repeat column settings were still unset. I guess that means either I sent the headers just like send does, or it's IE's fault.