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

choices for output xls files

Details

Request #4553choices for output xls files
Submitted2005-06-08 15:31 UTC
Fromjosx at interorganic dot com dot ar
StatusDuplicate
PackageSpreadsheet_Excel_Writer
PHP VersionIrrelevant
OSdebian 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.