java.lang.Object
com.independentsoft.calc.engine.A1

public final class A1 extends Object
  • Field Details

  • Method Details

    • columnToIndex

      public static int columnToIndex(String letters)
    • indexToColumn

      public static String indexToColumn(int index)
    • cellName

      public static String cellName(int col, int row)
    • tryParseCell

      public static boolean tryParseCell(String text, OutInt col, OutInt row)
    • tryParseRange

      public static boolean tryParseRange(String text, OutInt col1, OutInt row1, OutInt col2, OutInt row2)