root 1 năm trước cách đây
mục cha
commit
ee57a3bb73
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      test.html

+ 2 - 2
test.html

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