Skip to content

Instantly share code, notes, and snippets.

View Milkywayrules's full-sized avatar
🧐

Dio Ilham Djatiadi Milkywayrules

🧐
View GitHub Profile
<?php
/*
|--------------------------------------------------------------------------
| Excel To Array
|--------------------------------------------------------------------------
| Helper function to convert excel sheet to key value array
| Input: path to excel file, set wether excel first row are headers
| Dependencies: PHPExcel.php include needed
*/
function excelToArray($filePath, $header=true){