I need to attach an XLS-file to e-mail via PHP.
The Problem is - Spreadsheet_Excel_Writer
send a HTTP Header to a browser an then the content. Spreadsheet_Excel_Writer
API has no any functions like get_content
to become the file content directly. I don't want to save the file first, I just want to jump this step over, saving the content directly as attachment.
Any ideas?
Thx a lot.