faisalman / simple-excel-php

Simplexcel.php - Easily read / parse / convert / write between Microsoft Excel XML / CSV / TSV / HTML / JSON / etc spreadsheet tabular file formats
http://faisalman.github.io/simple-excel-php
562 stars 146 forks source link

missing semicolon in usage code #54

Open rami-lab opened 5 years ago

rami-lab commented 5 years ago

use SimpleExcel\SimpleExcel

Should be :

use SimpleExcel\SimpleExcel;