mirror of
https://github.com/shuchkin/simplexlsxgen.git
synced 2023-08-10 21:12:59 +03:00
Update SimpleXLSXGen.php
This commit is contained in:
parent
317fb0982e
commit
9b52ff6ac7
@ -1062,7 +1062,7 @@ class SimpleXLSXGen
|
|||||||
return $absolute . $c . $absolute . ($y+1);
|
return $absolute . $c . $absolute . ($y+1);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setFrozen($cell)
|
public function freezePanes($cell)
|
||||||
{
|
{
|
||||||
$this->sheets[$this->curSheet]['frozen'] = $cell;
|
$this->sheets[$this->curSheet]['frozen'] = $cell;
|
||||||
return $this;
|
return $this;
|
||||||
|
Loading…
Reference in New Issue
Block a user