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

Add row #36

Closed Jr0dR87 closed 8 years ago

Jr0dR87 commented 9 years ago

I added a small edit to the addRow method in BaseWrite.php to allow a user to pass in false if they wish the added array to push unshifted to the the array, instead of pushed. This can be used to make headers in the csv file, which I found to be very handy.