From 4051ede60f68f1a9c6431dec23f287806e57155c Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 13 Mar 2014 20:04:17 +0800 Subject: [PATCH] SimpleExcel.php --- SimpleExcel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleExcel.php b/SimpleExcel.php index 8406dc08..d0a8af2d 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,0,0,$validator); + $this->worksheet->setValidation(0,0,2,1,$validator); $this->worksheet->_storeDataValidity(); $this->start_row++; -- 2.39.2