Skip to content

Instantly share code, notes, and snippets.

View Limky's full-sized avatar

Kyeoung Ho, Lim Limky

View GitHub Profile
@Limky
Limky / index.html
Created May 21, 2016 13:29 — 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>