Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- header("Content-type: application/vnd.ms-excel");
- header("Cache-Control: no-store, no-cache");
- header('Content-Disposition: attachment; filename="books.xlsx"');
- file_put_contents('php://output', $xlsx);
Advertisement
Add Comment
Please, Sign In to add comment