Skip to content

Instantly share code, notes, and snippets.

View IsaacFloresv's full-sized avatar

Isaac Flores IsaacFloresv

View GitHub Profile
@IsaacFloresv
IsaacFloresv / index.html
Created March 8, 2023 22:59 — forked from insin/index.html
Export a <table> to Excel - http://bl.ocks.org/insin/1031969
<!DOCTYPE html>
<html>
<head>
<title>tableToExcel Demo</title>
<script src="tableToExcel.js"></script>
</head>
<body>
<h1>tableToExcel Demo</h1>
<p>Exporting the W3C Example Table</p>