1.0.8 • Published 1 year ago

react-excel-viewer v1.0.8

Weekly downloads
-
License
MIT*
Repository
-
Last release
1 year ago

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.

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.0

1 year ago