We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const excelDetailColumns = [ { value: '#', widthPx: 160, style: { border: { top: { style: 'thin', color: { rgb: 'FF000000' } }, bottom: { style: 'thin', color: { rgb: 'FF000000' } }, left: { style: 'thin', color: { rgb: 'FF000000' } }, right: { style: 'thin', color: { rgb: 'FF000000' } }, }, }, }, 'Date', 'Status', ];
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
@reyansh25 Check your dependencies, you also need "xlsx" and "file-saver" packages to be installed. At least worked for me
No branches or pull requests
My reason: Getting above error when trying to use style attribute for column headings
Steps to reproduce:
Lib Version: "react-export-excel": "^0.5.3",
The text was updated successfully, but these errors were encountered: