-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxls.html
More file actions
executable file
·28 lines (20 loc) · 940 Bytes
/
xls.html
File metadata and controls
executable file
·28 lines (20 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<a id="stuff" href="" style="display:none">Click here to download as an xlsx file</a>
<input placeholder="paste the base64 data here, exclude readable headers" id='base64input' type="text"><br>
<input onclick="saveAsXlsxFile()" type="button" value="update content of link"></button>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<script src="xls.js"></script>
</head>
<div style="border: 1px solid black; padding:100px;">
<a id="stuff" href="" style="display:none">Click here to download as an xlsx file</a>
<input placeholder="paste the base64 data here, exclude readable headers" id='base64input' type="text"><br>
<input onclick="saveAsXlsxFile()" type="button" value="update content of link"></button>
</div>
<body>
</body>
</html>