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