root 1 년 전
부모
커밋
7b9cf4290e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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)
         }