Color Cells based on formula result and display using tabulate.
I am using tabulate command to display data from a table along with a graph.I have colored the cells in the data table based on a condition.Lets say if temperature < 5 color = red, 10<temperature<20 color = blue etc.I am then using tabulate function to create table from this.But the cell color doesnt seem to show up in the final output table.