wang jun 2 years ago
parent
commit
d38ec28713
1 changed files with 11 additions and 0 deletions
  1. 11 0
      application/common/server/phpexcel.php

+ 11 - 0
application/common/server/phpexcel.php

@@ -0,0 +1,11 @@
+<?php
+//腾讯云链接用
+namespace app\common\server;
+
+class phpexcel
+{
+    public function __construct()
+    {
+        require EXTEND_PATH . '/tencent-php/vendor/autoload.php';
+    }
+}