Package io.quarkiverse.poi.runtime.graal
Class SheetUtilSubstitution
java.lang.Object
io.quarkiverse.poi.runtime.graal.SheetUtilSubstitution
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublegetCellWidth(org.apache.poi.ss.usermodel.Cell cell, float defaultCharWidth, org.apache.poi.ss.usermodel.DataFormatter formatter, boolean useMergedCells, List<org.apache.poi.ss.util.CellRangeAddress> mergedRegions) static intgetDefaultCharWidth(org.apache.poi.ss.usermodel.Workbook wb)
-
Field Details
-
DEFAULT_CHAR_WIDTH
public static int DEFAULT_CHAR_WIDTH
-
-
Constructor Details
-
SheetUtilSubstitution
public SheetUtilSubstitution()
-
-
Method Details
-
getDefaultCharWidth
public static int getDefaultCharWidth(org.apache.poi.ss.usermodel.Workbook wb) -
getCellWidth
public static double getCellWidth(org.apache.poi.ss.usermodel.Cell cell, float defaultCharWidth, org.apache.poi.ss.usermodel.DataFormatter formatter, boolean useMergedCells, List<org.apache.poi.ss.util.CellRangeAddress> mergedRegions)
-