NumericNumFormat class sealed Number Formats

Base class for numeric number formats.

Inheritance
Implementers

Properties

formatCode → String
The Excel format code string that controls how the value is displayed.
finalinherited
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

accepts(CellValue? value) → bool
Whether value can be displayed with this format.
inherited
format(Object? value) → String
Renders value the way a spreadsheet application would display it under this format.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String v) → CellValue
Parses the raw stored string v into the CellValue this format represents.
override
toString() → String
A string representation of this object.
inherited
writeDouble(DoubleCellValue value) → String
Returns the raw string used to store value in the worksheet.
writeInt(IntCellValue value) → String
Returns the raw string used to store value in the worksheet.

Operators

operator ==(Object other) → bool
The equality operator.
inherited