1.0.8 • Published 2 years ago

react-excel-viewer v1.0.8

Weekly downloads
-
License
MIT*
Repository
-
Last release
2 years 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

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.0

2 years ago