1
0
mirror of https://github.com/shuchkin/simplexlsxgen.git synced 2023-08-10 21:12:59 +03:00
This commit is contained in:
Sergey Shuchkin
2023-04-19 14:27:21 +06:00
parent 9cdb08ee98
commit c78750ffe7
2 changed files with 5 additions and 10 deletions

View File

@@ -1078,12 +1078,6 @@ class SimpleXLSXGen
return $this;
}
public function setLastModifiedBy($lastModifiedBy)
{
$this->lastModifiedBy = $lastModifiedBy;
return $this;
}
public function autoFilter($range)
{
$this->sheets[$this->curSheet]['autofilter'] = $range;