Package io.keikai.range.impl.imexp
Class ImExpUtils
- java.lang.Object
-
- io.keikai.range.impl.imexp.ImExpUtils
-
public class ImExpUtils extends java.lang.ObjectUtility 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 intgetHeightAny(org.apache.poi.ss.usermodel.Sheet poiSheet, int row)static intgetRowHeightInPx(org.apache.poi.ss.usermodel.Sheet poiSheet, org.apache.poi.ss.usermodel.Row row)static intgetWidthAny(org.apache.poi.ss.usermodel.Sheet poiSheet, int col, int charWidth)
-
-
-
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)
-
-