PHP-Xlswriter
Github
Gitee
Pecl
Search
⌃
K
Links
Why use xlswriter
English
Install
Quick start
Read file
Chart
Cell
Insert text
Insert link
Insert formula
Insert date
Insert local image
Automatic filtering
Freeze Panes
Merge Cells
Row cell style
Column cell style
Memory model
Worksheet
Style
Download
Style list
CSV
Printed
Assistant functions
Project recommendation
中文简体
项目推荐
Powered By
GitBook
Freeze Panes
Function Prototype
freezePanes
(
int
$row
,
int
$column
):
self
int $row
Line number
int $column
column number
example
freezePanes
(
1
,
0
);
// freeze the first line
freezePanes
(
0
,
1
);
// Freeze the first column
freezePanes
(
1
,
1
);
// Freeze the first row and first column
Previous
Automatic filtering
Next
Merge Cells
Last modified
3yr ago