There is not difference between a boolean cell and a normal text cell.
If i have 2 cells , on with value = "1" and another with value="True" then while reading excel the cell.value function returns 1 for both of them. What is the correct way to read the text "True" from a cell?