Guest User

Untitled

a guest
Oct 21st, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. header("Content-type: application/vnd.ms-excel");
  2. header("Cache-Control: no-store, no-cache");
  3. header('Content-Disposition: attachment; filename="books.xlsx"');
  4. file_put_contents('php://output', $xlsx);
Advertisement
Add Comment
Please, Sign In to add comment