Class PoijiDataFormatter


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String formatRawCellContents​(double value, int formatIndex, java.lang.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 Detail

      • PoijiDataFormatter

        public PoijiDataFormatter​(PoijiOptions options)
    • Method Detail

      • formatRawCellContents

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