Package io.keikai.range.impl.imexp
Class ImExpUtils
java.lang.Object
io.keikai.range.impl.imexp.ImExpUtils
Utility methods that involve read or write POI model.
- Since:
- 3.5.0
- Author:
- Hawk
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
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)
-