mendownload variable Array ke formal excel (.xlsx)
download_excel($filename = '', $datas = array(), $sheet = 'sheet 1');
_func('download');
$datas = array(
array(
'nama' => 'Aku',
'Alamat' => 'Tau'
),
array(
'nama' => 'Kamu',
'Alamat' => 'Bodo'
)
);
download_excel('namafile', $datas, 'sheet satu');
File Path: includes/function/download.php function untuk mendownload file baik file yang sudah ada juga file dalam bentuk excel
0 Comment
Post Your Comment