SimpleExcel.php
[Pman.Core] / 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;