Home » File Formats » Spreadsheet_Excel_Writer » Bug #3390
Output Buffer
Details
| Request #3390 | Output Buffer |
|---|---|
| Submitted | 2005-02-06 19:20 UTC |
| From | christian at vaneeden dot ca |
| Assigned | xnoguer |
| Status | Closed |
| Package | Spreadsheet_Excel_Writer |
| PHP Version | 4.4.0 |
| OS | Win32 |
| 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