From: Edward Date: Thu, 13 Mar 2014 12:03:11 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7fc25a6f87f15da86c6486d86fd1225a45b37ae5 SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index e34ae5ae..ee802512 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -337,7 +337,7 @@ class Pman_Core_SimpleExcel extends Pman // $validator->setList('Q2:Q10'); - $this->worksheet->setValidation(2,1,2,1,$validator); + $this->worksheet->setValidation(2,1,0,0,$validator); $this->worksheet->_storeDataValidity(); $this->start_row++;