I wondering if it is possbile to access the data created by phpexcel as a data stream, such as
$excel_data = $objWriter->save();
I realize I could write the data to a file and then read the file, but I am trying to avoid that step.
I wondering if it is possbile to access the data created by phpexcel as a data stream, such as
$excel_data = $objWriter->save();
I realize I could write the data to a file and then read the file, but I am trying to avoid that step.