I start with an empty table. Users can type integers, floats and text in any cell and also add rows and columns at will. Based on the data in the cells, I’d like to format. For example, no trailing zeroes for integers. For floats, round to two decimals, right align etc.
I tried setting the formats in cells function, but it gets slow, because I’ve to check the data type for each cell and set the styling and formatting accordingly.
Is there a better solution?