Hi, I have a read cell activity which returns a generic value.
I would like to ask is it possible to get the type of cell? It tends to be convertible to double, but occasionally other content like a “*” or empty value may appear, in that case if i ask to convert it to double, it will throw an exception.
I would like to see if i can get type of cell content, if it is a system.double i will proceed to parse.