Sheet title# Recital Budget
# Recital Budget [margin 0 0 18px 0]
Put this as line 1 of a .cells file.
Spacing[margin 8px]
[margin 0 0 18px 0]
[margin-bottom 18px]
[padding 8px 12px]
[padding-top 10px]
Workbook sheetsSelect code, then + Sheet wraps it:
[cells Products]
@A1 Product
[/cells]
Or type: new sheet Products
Create cells[cells Budget]
@A1 Item
@B1 Cost
[/cells]
Quick cell@A1 This goes in column A, row 1
Column block@A width=172px
1 Product [bg red, color white]
2 Banana
/@
Close every column block with /@.
New columns mirror existing row slots.
Enter = next row
Shift+Enter = line break
Markdown style@A
# Header
==highlight==
**bold**
/@
Cell style@A1 Total {bg=#ffe08a color=#111 bold}
Styled cell block[cell A1 bg=#1f2937 color=#fff bold] Header [/cell]
Formula@B6 =SUM(B1:B5)
Other formulas=AVG(A1:A5), =MIN(A1:A5), =MAX(A1:A5), =COUNT(A1:A5)
Cross-cells@C1 ='Budget'!B2*2
Row style[row r1 bg=#111827 color=#fff bold]
Column style[col A width=120]
@A width=120px
or drag a column edge
Style keysbg, color/fontcolor, width/w, height/h, margin/m, padding/p, mt/mr/mb/ml, pt/pr/pb/pl, align, bold, italic