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)
         }