You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.spreadsheet.

Class CellValueFormatter

    • Constructor Detail

      • CellValueFormatter

        public CellValueFormatter()
    • Method Detail

      • getScientificNotationStringForNumericCell

        public String getScientificNotationStringForNumericCell​(double numericValue,
                                                                String formattedValue,
                                                                float cellWidthRatio,
                                                                int width)
      • setLocaleDecimalSymbols

        public void setLocaleDecimalSymbols​(DecimalFormatSymbols localeDecimalSymbols)