-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestReader.html
26 lines (24 loc) · 893 Bytes
/
testReader.html
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
<!DOCTYPE html>
<html>
<head>
<title>JxlsReaderTest</title>
<meta name="generator" content="Bluefish 2.2.7" >
<meta name="author" content="jens" >
<meta name="date" content="2018-09-03T23:28:01+0200" >
<meta name="copyright" content="">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8">
<meta http-equiv="content-style-type" content="text/css">
<meta http-equiv="expires" content="0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="xlsx.core.min.js"></script>
<script type="text/javascript" src="JXlsReade.js"></script>
</head>
<body>
<strong>Test</strong>
<input type="file" id="files" name="files"/>
</body>
</html>