hey does anyone here knows how to change excel page orientation to portrait? i get landscape as default
<?php
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename=transactions.xls");
header("Pragma: no-cache");
header("Expires: 0");
?>