Solved adding
header('Pragma: public');
ob_clean();
So, the part to download is:header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');
header('Content-Disposition: attachment;filename="01simple.xlsx"');
header('Cache-Control: max-age=0');
header('Pragma: public');
ob_clean();