PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » File Formats » Spreadsheet_Excel_Writer » Bug #8352

printArea and repeatColumns Trouble

Details

Submitted2006-08-03 16:46 UTC
Fromj dot 7 at comcast dot net
StatusNo Feedback
PackageSpreadsheet_Excel_Writer
PHP Version5.1.2
OSWin 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.