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