mirror of
https://github.com/shuchkin/simplexlsxgen.git
synced 2023-08-10 21:12:59 +03:00
1.3.15
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user