Is there an easy way (i.e. without evaluating the formula) to detect the type of the cached formula value. Here is an example of a formula cell element:
<c r="N4" t="str">
<f>CONCATENATE("3",".","5")</f>
<v>3.5</v>
</c>
Here the type should be STRING and not NUMBER.