Skip to content

fix: fix the loss of column attributes due to incorrect column order #2222

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

Merged
merged 2 commits into from
May 5, 2023

Conversation

cpaiyueyue
Copy link
Contributor

When I try to read the excel file and display it on the page, I found that the hidden columns of some files were not parsed correctly.

Summary

I found that if the order of the column data parsed here is not positive, the subsequent attributes will be overwritten
image

image

Test plan

Before modification
image
After modification
image

@Siemienik Siemienik self-assigned this Apr 6, 2023
@Siemienik Siemienik assigned Siemienik and unassigned Siemienik Apr 25, 2023
@tanvirstreame
Copy link

tanvirstreame commented Apr 27, 2023

You have 1 unnecessary commit, Please rebase this branch

@cpaiyueyue
Copy link
Contributor Author

cpaiyueyue commented Apr 28, 2023

You have 1 unnecessary commit, Please rebase this branch

I have already processed it, please check again

Copy link
Member

@Siemienik Siemienik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥇 Looks good to me, Thank you for the contribution!


This PR was reviewed during the MergeFest session.

@Siemienik Siemienik force-pushed the master branch 6 times, most recently from dd0294a to 0680219 Compare May 5, 2023 12:20
@Siemienik Siemienik merged commit ec92cb3 into exceljs:master May 5, 2023
@Siemienik
Copy link
Member

Siemienik commented May 5, 2023

You have 1 unnecessary commit, Please rebase this branch

@tanvirstreame
Sorry, but the additional commit is required to make me able to merge - the branch has to be up-to-date, and during MergeFest I usually merge some PRs, each updates the master making others PRs outdated.

@cpaiyueyue
Copy link
Contributor Author

cpaiyueyue commented May 6, 2023 via email

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

Successfully merging this pull request may close these issues.

3 participants