Coverage 100% 😎 🤗

This commit is contained in:
abdennour 2016-11-26 09:40:58 +03:00
commit bbddab3c80
5 changed files with 142 additions and 4 deletions

View file

@ -1,3 +1,4 @@
# Overview :
Generate CSV document according to given data.
@ -35,7 +36,7 @@ This data can be *array of arrays*, *array of literal objects* or *string*.
**.i.e (array of arrays)**
```js
//array of arrays : each item is rendered as csv line
data = =[
data = [
['firstname', 'lastname', 'email'] ,
['Ahmed', 'Tomi' , 'ah@smthing.co.com'] ,
['Raed', 'Labes' , 'rl@smthing.co.com'] ,