From: Edward Date: Thu, 13 Mar 2014 08:20:45 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=e60c6fe65a971d54220928745127a7388f3a3e5c;p=Pman.Core SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index 88b5a5ab..31ff3e43 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -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;