setLandscape(): self
$config = ['path' =>'./tests']; $excel = new \Vtiful\Kernel\Excel($config); $excel->fileName('printed_landscape.xlsx','sheet1') ->setLandscape() // Set the printing direction to landscape ->output();
Last updated 2 years ago