Skip to content

Instantly share code, notes, and snippets.

@Flyer53
Flyer53 / index.html
Last active December 18, 2019 09:32 — forked from insin/index.html
JavaScript function to export HTML table to MS Excel sheet
<!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>