Class SheetUtilSubstitution

java.lang.Object
io.quarkiverse.poi.runtime.graal.SheetUtilSubstitution

public final class SheetUtilSubstitution extends Object
  • 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)