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

Columns in .xlsx export aren't necessarily in the same order as in config.cols. #278

Open
samussiah opened this issue Jan 16, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@samussiah
Copy link
Contributor

Object.keys(d).filter(key => this.config.cols.indexOf(key) > -1).map(key => d[key])

@samussiah samussiah added the bug label Jan 16, 2020
@samussiah samussiah added this to the v1.11.7 milestone Jan 16, 2020
@samussiah samussiah self-assigned this Jan 16, 2020
samussiah added a commit that referenced this issue Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant