root 1 năm trước cách đây
mục cha
commit
7b9cf4290e
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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)
         }