jsxtabletoexcel

1.0.7 • Public • Published

For downloading Xls File :

use downloadExcel function -

sheetName - String

fileName - String


Example:

import {downLoadExcel} from "jsxtabletoexcel"

const tableRef = useRef(null)

Name Age Dob City
Bruce Wayne 23 17/11/98 CBE

<Button onClick={() => downLoadExcel(tableRef.current,sheetName,fileName)}> Click ME


For downloading csv file :

use downloadCsv function -

targetRef - ref of the table to be exported

fileName - String


Example: import {downloadCsv} from "jsxtabletoexcel"

const tableRef = useRef(null)

Name Age Dob City
Bruce Wayne 23 17/11/98 CBE

<Button onClick={() => downloadCsv(tableRef.current,fileName)}> Click ME

Package Sidebar

Install

npm i jsxtabletoexcel

Weekly Downloads

2

Version

1.0.7

License

ISC

Unpacked Size

11.1 kB

Total Files

10

Last publish

Collaborators

  • ashwinjs-monk