Update SimpleXLSXGen.php

This commit is contained in:
Javier 2023-03-27 20:18:39 -03:00 committed by GitHub
parent 317fb0982e
commit 9b52ff6ac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1062,7 +1062,7 @@ class SimpleXLSXGen
return $absolute . $c . $absolute . ($y+1);
}
public function setFrozen($cell)
public function freezePanes($cell)
{
$this->sheets[$this->curSheet]['frozen'] = $cell;
return $this;