Class ToExcelNumberConverter


  • public class ToExcelNumberConverter
    extends java.lang.Object
    Since:
    3.5.0
    Author:
    henri
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double toExcelNumber​(double value, boolean rounding)  
      • Methods inherited from class java.lang.Object

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

      • ToExcelNumberConverter

        public ToExcelNumberConverter()
    • Method Detail

      • toExcelNumber

        public static double toExcelNumber​(double value,
                                           boolean rounding)