parent
71f3631cfb
commit
ca56fd258c
|
@ -985,7 +985,7 @@ $validation->setFormula2(20);
|
||||||
```
|
```
|
||||||
|
|
||||||
The following piece of code only allows an item picked from a list of
|
The following piece of code only allows an item picked from a list of
|
||||||
data to be entered in cell B3:
|
data to be entered in cell B5:
|
||||||
|
|
||||||
``` php
|
``` php
|
||||||
$validation = $spreadsheet->getActiveSheet()->getCell('B5')
|
$validation = $spreadsheet->getActiveSheet()->getCell('B5')
|
||||||
|
|
Loading…
Reference in New Issue