Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export with headers #30

Closed
edi9999 opened this issue Feb 21, 2014 · 2 comments
Closed

Export with headers #30

edi9999 opened this issue Feb 21, 2014 · 2 comments

Comments

@edi9999
Copy link

edi9999 commented Feb 21, 2014

When you have an Array:

Array(
    Array("name"=>"edi9999","age"=>20),    
    Array("name"=>"youssef","age"=>25),
    Array("name"=>"jeff","age"=>18)
);

it would be great to have an option to set the first line as being the header, eg

name;age
edi9999;20
youssef;25
jeff;18

Is this possible now ?

@phoerig
Copy link

phoerig commented Mar 13, 2014

yes, if #32 is merged ;-)

@karancan
Copy link

Also, see #36

@edi9999 edi9999 closed this as completed Oct 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants