UNPKG

react-html-table-to-excel-3

Version:

Small react component for converting and downloading HTML table to Excel file

11 lines 213 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>ReactHTMLTableToExcel Example</title> </head> <body> <div id="example"></div> <script src="bundle.js"></script> </body> </html>