dev-master
9999999-devExcel lib
MIT
The Requires
by Hill
excel plug-in pmvc
0.1
0.1.0.0Excel lib
MIT
The Requires
by Hill
excel plug-in pmvc
Excel lib
include_once('vendor/autoload.php'); PMVC\Load::plug(); $data = array( array('year','month','amount'), array('2003','1','220'), array('2003','2','153.5'), ); $writer = \PMVC\plug('excel')->create(); $writer->writeSheet($data); $writer->writeToFile('output.xlsx');
{ "require": { "pmvc-plugin/excel": "dev-master" } }
Excel lib
MIT
excel plug-in pmvc
Excel lib
MIT
excel plug-in pmvc