This commit is contained in:
Oleg Kosarev 2023-04-19 02:38:24 -05:00
commit 32276c4486
1 changed files with 5 additions and 0 deletions

View File

@ -1072,6 +1072,11 @@ class SimpleXLSXGen
$this->application = $application;
return $this;
}
public function setLastModifiedBy($lastModifiedBy)
{
$this->lastModifiedBy = $lastModifiedBy;
return $this;
}
public function setLastModifiedBy($lastModifiedBy)
{