get all cell of a column #3421
kazemimorteza68
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want create a drop down menu for excel . now i do this for one cell of column but i want this drop down for all cell of column except column title . i have done very search but cant solve the problem.
`
using this part of
$objValidation = $sheet->getCell('A2')->getDataValidation();` code i can create drop down only for one cell of A column but i want do this for all cell of column A except column title. ThanksBeta Was this translation helpful? Give feedback.
All reactions