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