v8: How to derive the Cell render type? #3823
-
Is there a way to get the type of the finally rendered cell? So that I could do something like this (e.g. conditionally formatting numbers or plain strings):
|
Beta Was this translation helpful? Give feedback.
Answered by
tannerlinsley
Apr 12, 2022
Replies: 1 comment 6 replies
-
I think cell.value is what you’re looking for :) |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
Obiwarn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think cell.value is what you’re looking for :)