CellValues🔗Controls cell value optionsDefinition🔗export interface CellValues { // Controls the cell value unit unit?: string; // Controls the number of decimals for cell values decimals?: number; } See also🔗 CellValuesBuilder