![Picture of Karl Holz Picture of Karl Holz](/picture/user/1071678.jpg)
Karl Holz - 2014-01-23 03:12:41 -
In reply to message 1 from samistiti
you need to set the excel xlsx file.
take a look at the example bellow, set $file to your xlsx file and $sheet to the sheet name. take a look at the examples to get a better idea of what you can do.
example:
___________________
<?php
require_once 'excelMap.class.php';
$e=new excel2JSON();
$e->set_excel($file, 'false');
$e->load_sheet($sheet);