| calculator/italic[row][col] | getTextStyles().isItalic() | italic' or 'normal' |
| calculator/underline[row][col] | getTextStyles().isUnderline() | underline' or 'none' |
| calculator/strikethrough[row][col] | getTextStyles().isStrikethrough() | line-through' or 'none' |
| calculator/vAlign[row][col] | getVerticalAlignments() | top'/'middle'/'bottom' |
| calculator/wrap[row][col] | getWrapStrategies() | normal' (wrap) or 'nowrap' |
| calculator/rowHeights[row] | getRowHeight(i) | height in px per row |
| Table/{name}/frozenRows | getFrozenRows() | count of frozen rows |
| Table/{name}/banding | getBandings() | {headerColor, oddColor, evenColor} |
| Table/{name}/updatedAt | Date.now() | publish timestamp |
| urlid/{id}/gid | getSheetId() | precise tab ID for Edit Sheet button |