root hai 1 ano
pai
achega
7b9cf4290e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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)
         }