mirror of
https://github.com/shuchkin/simplexlsxgen.git
synced 2023-08-10 21:12:59 +03:00
Merge pull request #2 from boryn/patch-1
Extension '.xlsx' outside of gmdate()
This commit is contained in:
commit
982de475c9
@ -117,7 +117,7 @@ class SimpleXLSXGen {
|
||||
return true;
|
||||
}
|
||||
public function download() {
|
||||
return $this->downloadAs( gmdate('YmdHi.xlsx') );
|
||||
return $this->downloadAs( gmdate('YmdHi') . '.xlsx' );
|
||||
}
|
||||
public function downloadAs( $filename ) {
|
||||
$fh = fopen('php://memory','wb');
|
||||
@ -378,4 +378,4 @@ class SimpleXLSXGen {
|
||||
|
||||
return (float) $excelDate + $excelTime;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user