SimpleExcel.php
authorEdward <edward@roojs.com>
Thu, 13 Mar 2014 12:04:17 +0000 (20:04 +0800)
committerEdward <edward@roojs.com>
Thu, 13 Mar 2014 12:04:17 +0000 (20:04 +0800)
SimpleExcel.php

index 8406dc0..d0a8af2 100644 (file)
@@ -337,7 +337,7 @@ class Pman_Core_SimpleExcel extends Pman
                     
 //                    $validator->setList('Q2:Q10');
                     
-                    $this->worksheet->setValidation(0,0,0,0,$validator);
+                    $this->worksheet->setValidation(0,0,2,1,$validator);
                     $this->worksheet->_storeDataValidity();
                     $this->start_row++;