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

6 lines (5 loc) 129 B
export interface Context { worksheet: string; table: string; } export declare type ContextTypes = "worksheet" | "table";