php functions to Store data
This commit is contained in:
@@ -23,6 +23,6 @@ function write_xlsxFile($filename, $data) {
|
||||
}
|
||||
|
||||
|
||||
$xlsx = \Shuchkin\SimpleXLSXGen::fromArray($data);
|
||||
$xlsx = SimpleXLSXGen::fromArray($data);
|
||||
$xlsx->saveAs($filename);
|
||||
}
|
||||
Reference in New Issue
Block a user