root 1 year ago
parent
commit
7b9cf4290e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      test.html

+ 2 - 1
test.html

@@ -6,7 +6,8 @@
     <script src="./js/excel.js" type="text/javascript"></script>
     <script>
         async function test(inputel) {
-            await exceltoxlxstream(inputel.files[0]);
+            var test = await exceltoxlxstream(inputel.files[0]);
+            console.log(test)
         }