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

Excel Exporter misalignment between headers and exported data #9872

Closed
mmart1n opened this issue Jul 16, 2021 · 0 comments · Fixed by #9960
Closed

Excel Exporter misalignment between headers and exported data #9872

mmart1n opened this issue Jul 16, 2021 · 0 comments · Fixed by #9960
Assignees
Labels
🐛 bug Any issue that describes a bug excel-exporter grid: general version: 12.0.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@mmart1n
Copy link
Contributor

mmart1n commented Jul 16, 2021

Description

The column headers are exported in the correct order but the underlying data does not correspond to the headers. This happens when new keys are appended to the initial data source.

  • igniteui-angular version: 12.0.7
  • browser: any

Steps to reproduce

  1. Open the following sample
  2. Export the grid

Result

There is a misalignment between the headers and the data.
image

Expected result

Data should match its headers.
image

Attachments

Attach a sample if available, and screenshots, if applicable.

@mmart1n mmart1n assigned gedinakova and unassigned DiyanDimitrov Jul 16, 2021
@gedinakova gedinakova added 🛠️ status: in-development Issues and PRs with active development on them and removed 🆕 status: new labels Jul 21, 2021
@gedinakova gedinakova added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🛠️ status: in-development Issues and PRs with active development on them labels Jul 26, 2021
gedinakova added a commit that referenced this issue Aug 2, 2021
* fix(ExcelExport): Fix datacells to headers mapping

Co-authored-by: Nikolay Alipiev <[email protected]>
zdrawku added a commit that referenced this issue Aug 2, 2021
kdinev added a commit that referenced this issue Aug 2, 2021
Fixed columns and data mismatch in exported Excel file #9872
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Any issue that describes a bug excel-exporter grid: general version: 12.0.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants