diff options
Diffstat (limited to 'examples/table.php')
-rwxr-xr-x | examples/table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/table.php b/examples/table.php index 343569d..6e56781 100755 --- a/examples/table.php +++ b/examples/table.php @@ -7,7 +7,7 @@ require '../vendor/autoload.php'; $inputCsv = Reader::createFromPath('data/prenoms.csv'); $inputCsv->setDelimiter(';'); $inputCsv->setEncodingFrom("iso-8859-15"); -$inputCsv->setLimit(30); +$inputCsv->setLimit(30); //we are limiting the convertion to the first 31 rows ?> <!doctype html> <html lang="fr"> |