Explorar o código

解决linux导出excel报错的问题

赵启卫 %!s(int64=2) %!d(string=hai) anos
pai
achega
27ba893772
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      extend/service/PhpSpreadsheetService.php

+ 1 - 0
extend/service/PhpSpreadsheetService.php

xqd
@@ -119,6 +119,7 @@ class PhpSpreadsheetService
             }
 
         }
+        if(ob_get_length()) ob_end_clean();
         //header('Content-Type: application/vnd.ms-excel');xls
         header('Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');//xlsx
         header('Content-Disposition: attachment;filename="' . $filename . '"');