Home » File Formats » Spreadsheet_Excel_Writer » Bug #4553
choices for output xls files
Details
| Request #4553 | choices for output xls files |
|---|---|
| Submitted | 2005-06-08 15:31 UTC |
| From | josx at interorganic dot com dot ar |
| Status | Duplicate |
| Package | Spreadsheet_Excel_Writer |
| PHP Version | Irrelevant |
| OS | debian gnu/linux |
| Roadmaps | (Not assigned) |
Comments
[2005-06-08 15:31 UTC] josx at interorganic dot com dot ar
Description:
------------
Right now I need to send and Excel generated file with this class by email (i am using PEAR::Mail_Mime). I found out I cant send it if I dont want to create a file from Spreadsheet_Excel_Writer, just I need the binary string of the generated excel. Now only can create a file or send it by stdout. Have you think on changing this? or can do it in another way that i am missing.