GapiSheetsV4Model.CellFormatSourcetype t = {numberFormat : NumberFormat.t;A format describing how number values should be represented to the user.
*)backgroundColor : Color.t;The background color of the cell. Deprecated: Use background_color_style.
*)backgroundColorStyle : ColorStyle.t;The background color of the cell. If background_color is also set, this field takes precedence.
*)borders : Borders.t;The borders of the cell.
*)padding : Padding.t;The padding of the cell.
*)horizontalAlignment : string;The horizontal alignment of the value in the cell.
*)verticalAlignment : string;The vertical alignment of the value in the cell.
*)wrapStrategy : string;The wrap strategy for the value in the cell.
*)textDirection : string;The direction of the text in the cell.
*)textFormat : TextFormat.t;The format of the text in the cell (unless overridden by a format run). Setting a cell-level link here clears the cell's existing links. Setting the link field in a TextFormatRun takes precedence over the cell-level link.
*)hyperlinkDisplayType : string;If one exists, how a hyperlink should be displayed in the cell.
*)textRotation : TextRotation.t;The rotation applied to text in the cell.
*)}