Class XLSXDataSource.CustomDataFormatter

Object
DataFormatter
CustomDataFormatter
All Implemented Interfaces:
Observer
Enclosing class:
XLSXDataSource

public class XLSXDataSource.CustomDataFormatter extends DataFormatter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    formatRawCellContents(double value, int formatIndex, String formatString)
     

    Methods inherited from class DataFormatter

    addFormat, createFormat, formatCellValue, formatCellValue, formatCellValue, formatRawCellContents, getDefaultFormat, getLocaleChangedObservable, setDefaultNumberFormat, setExcelStyleRoundingMode, setExcelStyleRoundingMode, update

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomDataFormatter

      public CustomDataFormatter()
  • Method Details

    • formatRawCellContents

      public String formatRawCellContents(double value, int formatIndex, String formatString)
      Overrides:
      formatRawCellContents in class DataFormatter