From: Edward Date: Thu, 13 Mar 2014 08:25:15 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=a3ab5513344eec11fab625d398750fcea0398fc2;p=Pman.Core SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index b9db76c7..7d061cc1 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -330,7 +330,7 @@ class Pman_Core_SimpleExcel extends Pman if($worksheet_name == 'event' && $start_row == 2 && $c == 1){ $validator = $this->workbook->addValidator(); // $validator->setList("a b c"); -// $validator->_fixedList = 1; + $validator->_fixedList = 1; $validator->_type = 3; $validator->_incell=true; // $validator->setFormula1('a,b,c');