Skip to content

Instantly share code, notes, and snippets.

View pixelsoul's full-sized avatar

Oliver Kelso pixelsoul

View GitHub Profile
@pixelsoul
pixelsoul / demo.html
Last active June 15, 2017 23:14 — forked from insin/index.html
jQuery plugin to export a html table to a Excel file.
<!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>