simple-excel-php
simple-excel-php copied to clipboard
missing semicolon in usage code
use SimpleExcel\SimpleExcel
Should be :
use SimpleExcel\SimpleExcel;