SimpleExcel.php
authorEdward <edward@roojs.com>
Thu, 13 Mar 2014 08:20:45 +0000 (16:20 +0800)
committerEdward <edward@roojs.com>
Thu, 13 Mar 2014 08:20:45 +0000 (16:20 +0800)
SimpleExcel.php

index 88b5a5a..31ff3e4 100644 (file)
@@ -334,6 +334,7 @@ class Pman_Core_SimpleExcel extends Pman
                     $validator->setList('Q2:Q10');
                     
                     $this->worksheet->setValidation(2,1,2,1,$validator);
+                    $this->worksheet->_storeDataValidity();
                     $this->start_row++;
         
                     return $hasRender;