Class PoijiDataFormatter

java.lang.Object
org.apache.poi.ss.usermodel.DataFormatter
com.poiji.bind.mapping.PoijiDataFormatter

public class PoijiDataFormatter extends org.apache.poi.ss.usermodel.DataFormatter
Created by hakan on 16.05.2021
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class org.apache.poi.ss.usermodel.DataFormatter

    addFormat, createFormat, formatCellValue, formatCellValue, formatCellValue, formatRawCellContents, getDefaultFormat, getLocaleChangedObservable, isEmulateCSV, setDefaultNumberFormat, setEmulateCSV, setExcelStyleRoundingMode, setExcelStyleRoundingMode, setUse4DigitYearsInAllDateFormats, setUseCachedValuesForFormulaCells, updateLocale, use4DigitYearsInAllDateFormats, useCachedValuesForFormulaCells

    Methods inherited from class java.lang.Object

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

    • PoijiDataFormatter

      public PoijiDataFormatter(PoijiOptions options)
  • Method Details

    • formatRawCellContents

      public String formatRawCellContents(double value, int formatIndex, String formatString, boolean use1904Windowing)
      Overrides:
      formatRawCellContents in class org.apache.poi.ss.usermodel.DataFormatter