Class ImExpUtils

java.lang.Object
io.keikai.range.impl.imexp.ImExpUtils

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

    • ImExpUtils

      public ImExpUtils()
  • Method Details

    • 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)