Skip to content

Instantly share code, notes, and snippets.

@Deanomac
Deanomac / excel2html.htm
Created June 17, 2021 12:08 — forked from andyj/excel2html.htm
Paste Excel in to HTML to create at <table>
<html>
<head>
<style>
*{
font-family: arial;
font-size: 11px;
}
table{
border-collapse: collapse;
border: 1px solid silver;