react-excel-viewer
v1.0.8
Published
Downloads
94
Readme
This library provides a simple way to render excel data on a table using React, React-Table, and XLSX.
Installation
To install, simply run
npm install react-table-excel-renderer
Usage
First, import the ExcelTable component from the library:
import { ExcelTable } from 'react-table-excel-renderer'
Next, pass the excel file data as a prop to the ExcelTable component:
<ExcelTable data={excelData} />
We welcome contributions! Feel free to submit a pull request with any improvements or bug fixes. License
This library is licensed under the MIT license.