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

Fixed SheetJs XLSX package version issue #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

manjeetsingh0101
Copy link

Type:

The following has been addressed in the PR:

  • There is a related issue?
  • Unit or Functional tests are included in the PR

Description:

@rubenlr
Copy link

rubenlr commented Aug 12, 2024

I need this fix as well. It became impossible to use this library due to the issues it causes because of the git link usage instead of the version.

@manjeetsingh0101
Copy link
Author

I need this fix as well. It became impossible to use this library due to the issues it causes because of the git link usage instead of the version.

you can try this as a temporary fix
npm i react-export-excel-hot-fix

@ontanj
Copy link

ontanj commented Aug 20, 2024

a better temporary fix would be to override the dependency.
using an unfamiliar npm package might introduce security issues.

"overrides": {
  "react-export-excel": {
    "xlsx": "0.18.5"
  }
}

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