bom2table/index.html
2020-12-23 15:28:58 +00:00

17 lines
425 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BOM2Table</title>
</head>
<body>
<h1>BOM to table</h1>
<input id="csvFile" type="file" accept=".csv" />
<script src="https://cdn.rawgit.com/Keyang/node-csvtojson/d41f44aa/browser/csvtojson.min.js"></script>
<script src="bom2table.js" defer></script>
</body>
</html>