UNPKG

react-html-table-to-excel

Version:

Small react component for converting and downloading HTML table to Excel file

13 lines 263 B
{ "parser": "babel-eslint", "extends": "airbnb", "plugins": [ "react", "jsx-a11y", "import" ], "rules": { "react/jsx-space-before-closing": "off", "linebreak-style": ["error", "unix"] } }