UNPKG

react-export-table-to-excel

Version:

It allows you to export an HTML table just by sending the table reference and the name with which you want the file to be saved

3 lines (2 loc) 190 B
import { UseExcel } from "../interfaces/use-excel"; export declare function useDownloadExcel({ currentTableRef, filename, sheet, }: UseExcel): import("../interfaces/use-excel").ExcelReturn;