From ab037493601eb42c6574b16ad8e10edf4e1d1cb4 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 13 Mar 2014 16:31:50 +0800 Subject: [PATCH] SimpleExcel.php --- SimpleExcel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleExcel.php b/SimpleExcel.php index 7d061cc1..349751cc 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -333,7 +333,7 @@ class Pman_Core_SimpleExcel extends Pman $validator->_fixedList = 1; $validator->_type = 3; $validator->_incell=true; -// $validator->setFormula1('a,b,c'); + $validator->setFormula1('$event.$Q$2:$Q$5'); // $validator->setList('Q2:Q10'); $this->worksheet->setValidation(2,1,2,1,$validator); -- 2.39.2