From 53f5495fafee44cbac59d103a2a1b4cdbfdb4165 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 13 Mar 2014 19:55:51 +0800 Subject: [PATCH] SimpleExcel.php --- SimpleExcel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleExcel.php b/SimpleExcel.php index f9f16a0b..eea32fac 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('INDEX(B9:B10)'); + $validator->setFormula1('=B9:B10'); // $validator->setList('Q2:Q10'); -- 2.39.2