X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=SimpleExcel.php;h=8406dc089319fedbf770b4d011b260859dbf2b1f;hb=3f18650e8bda66e4c8b7a105c8f23be5bf9bfddd;hp=ee8025126a084de7bce87fdb16a872dafae90dc2;hpb=7fc25a6f87f15da86c6486d86fd1225a45b37ae5;p=Pman.Core 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++;