Class CellValueFormatter

java.lang.Object
com.vaadin.flow.component.spreadsheet.CellValueFormatter
All Implemented Interfaces:
Serializable

public class CellValueFormatter extends Object implements Serializable
Utility class for formatting cell values
See Also:
  • Constructor Details

    • CellValueFormatter

      public CellValueFormatter()
  • Method Details

    • getScientificNotationStringForNumericCell

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

      public void setLocaleDecimalSymbols(DecimalFormatSymbols localeDecimalSymbols)