PHP-Xlswriter
Github
Gitee
Pecl
Search
⌃
K
Links
Why use xlswriter
English
Install
Quick start
Read file
Chart
Cell
Memory model
Worksheet
Style
Download
Style list
CSV
Printed
Set print orientation-landscape
Set print orientation-portrait
Assistant functions
Project recommendation
中文简体
项目推荐
Powered By
GitBook
Set print orientation-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
();
Previous
Printed
Next
Set print orientation-portrait
Last modified
1yr ago