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 #3390

Output Buffer

Details

Request #3390Output Buffer
Submitted2005-02-06 19:20 UTC
Fromchristian at vaneeden dot ca
Assignedxnoguer
StatusClosed
PackageSpreadsheet_Excel_Writer
PHP Version4.4.0
OSWin32
Roadmaps(Not assigned)

Comments

[2005-02-06 19:20 UTC] christian at vaneeden dot ca

Description:
------------
I want to be able to get the buffer from for the generated Excel so that i can send it to my own output procedure.
Since your package directly links in with OLE I don't see anyway of doing this?

[2005-10-25 21:31 UTC] xnoguer at php dot net

christian, you can use the php output buffering functions: ob_start(), ob_clear(), ob_get_contents(). Does that work for you?

[2005-10-25 21:35 UTC] christian at vaneeden dot ca

I actually went in and removed the print() statements and simply pass back the buffer information.
I can send you a copy if you want.

[2005-11-05 23:27 UTC] xnoguer at php dot net

closing this one