sunhao 5 years ago
parent
commit
dd4f8f154f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Admin/OrderController.php

+ 1 - 1
app/Http/Controllers/Admin/OrderController.php

@@ -1207,7 +1207,7 @@ class OrderController extends Controller
1207 1207
     public function export_excel($data, $filename = '未命名.xlsx', $indexKey, $title) {
1208 1208
 
1209 1209
         if( !is_array($indexKey)) return false;            
1210
-        $header_arr = array('A','B','C','D','E','F','G','H','I','J','K','L','M', 'N','O','P','Q','R','S','T','U','V','W','X','Y','Z');  
1210
+        $header_arr = array('A','B','C','D','E','F','G','H','I','J','K','L','M', 'N','O','P','Q','R','S','T','U','V','W','X','Y','Z','AA','AB','AC','AD','AE');  
1211 1211
         //初始化PHPExcel()  
1212 1212
         $objPHPExcel = new PHPExcel();            
1213 1213
         $objWriter = new PHPExcel_Writer_Excel2007($objPHPExcel);