react-export-excel icon indicating copy to clipboard operation
react-export-excel copied to clipboard

Fixed SheetJs XLSX package version issue

Open manjeetsingh0101 opened this issue 1 year ago • 3 comments

Type:

The following has been addressed in the PR:

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

Description:

manjeetsingh0101 avatar Aug 01 '24 14:08 manjeetsingh0101

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.

rubenlr avatar Aug 12 '24 10:08 rubenlr

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

manjeetsingh0101 avatar Aug 12 '24 10:08 manjeetsingh0101

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"
  }
}

ontanj avatar Aug 20 '24 09:08 ontanj