Class ImExpUtils


  • public class ImExpUtils
    extends java.lang.Object
    Utility methods that involve read or write POI model.
    Since:
    3.5.0
    Author:
    Hawk
    • Constructor Summary

      Constructors 
      Constructor Description
      ImExpUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getHeightAny​(org.apache.poi.ss.usermodel.Sheet poiSheet, int row)  
      static int getRowHeightInPx​(org.apache.poi.ss.usermodel.Sheet poiSheet, org.apache.poi.ss.usermodel.Row row)  
      static int getWidthAny​(org.apache.poi.ss.usermodel.Sheet poiSheet, int col, int charWidth)  
      • Methods inherited from class java.lang.Object

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

      • ImExpUtils

        public ImExpUtils()
    • Method Detail

      • getWidthAny

        public static int getWidthAny​(org.apache.poi.ss.usermodel.Sheet poiSheet,
                                      int col,
                                      int charWidth)
      • getHeightAny

        public static int getHeightAny​(org.apache.poi.ss.usermodel.Sheet poiSheet,
                                       int row)
      • getRowHeightInPx

        public static int getRowHeightInPx​(org.apache.poi.ss.usermodel.Sheet poiSheet,
                                           org.apache.poi.ss.usermodel.Row row)