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

Export dataset in react.

Results 82 react-data-export issues
Sort by recently updated
recently updated
newest added

Got below error when try to create the excel for download jszip is not a constructor TypeError: jszip is not a constructor at write_zip.... #### Dependencies dependencies from package.json ```javascript...

Hi to all i am using "react": "^18.3.1", and "react-data-export": "^0.6.0", but it gives me the error. here is a code block : `import React, { useEffect } from 'react';...