Class ExPos

java.lang.Object
io.vertx.tp.plugin.excel.atom.ExPos

public class ExPos extends Object
Author:
Lang
  • Method Details

    • index

      public static ExPos index(int rowIndex, int colIndex)
    • index

      public static ExPos index(int colIndex)
    • rowIndex

      public int rowIndex()
    • colIndex

      public int colIndex()
    • region

      public org.apache.poi.ss.util.CellRangeAddress region(int rows, int cols)