Hi @ aviadplanewize,
Thanks for sharing this issue. I recently ran in to something similar when implementing the clickable links. It’s semi-easy for me to see when something is a link, and should therefor be clickable. But numbers are a different story. Consider this:
When something is a 2, you’ll want a numeric cell. So I set that. But when for example you have a phone number, and it starts with a zero; you’ll want a string, because otherwise, the leading zero will be stripped by excel. So you see it’s tricky business ??
I have an idea by wrapping al values in a set of typeclasses, which will give me more information about the value, and the things the excel needs to do with those. It will take some time though to implement.
I’ll get back to you on this, when I have the solution ready.