phpexcel.php 188 B

1234567891011
  1. <?php
  2. //腾讯云链接用
  3. namespace app\common\server;
  4. class phpexcel
  5. {
  6. public function __construct()
  7. {
  8. require EXTEND_PATH . '/tencent-php/vendor/autoload.php';
  9. }
  10. }