Add your columns, set the header and row styling once, then copy a ready-made CONCATENATE() formula straight into an AppSheet Text column.
Copy this and paste it into a Text-type column's App formula in AppSheet.
| Token | Controls | Accepted values |
|---|---|---|
| CONCATENATE() | Joins every string and column value into one HTML block | wraps the whole formula |
| <th> / <td> | Header and row cells for each column, in the order set above | one pair per column |
| UPPER() | Converts a row value to uppercase before it's placed in the cell | Row value settings |
| LOWER() | Converts a row value to lowercase | Row value settings |
| border | Adds a 1px border to every cell when turned on | ON / OFF |
| width | Sets the rendered width of the table | e.g. 100%, 600px |
| align | Horizontal text alignment for header and row cells | left / center / right |