For the complete documentation index, see llms.txt. This page is also available as Markdown.
Landscape
Function Prototype
setLandscape():self
Example
$config=['path'=>'./tests'];$excel=new\Vtiful\Kernel\Excel($config);$excel->fileName('printed_landscape.xlsx','sheet1')->setLandscape()// Set the printing direction to landscape->output();