Java org.apache.poi.ss.util CellReference fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.ss.util CellReference fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.ss.util CellReference.

The text is from its open source code.

Constructor

Method

NameTypeclassifyCellReference(String str, SpreadsheetVersion ssVersion)
Classifies an identifier as either a simple (2D) cell reference or a named range name
intconvertColStringToIndex(String ref)
takes in a column reference portion of a CellRef and converts it from ALPHA-26 number format to 0-based base 10.
StringconvertNumToColString(int col)
Takes in a 0-based base-10 column and returns a ALPHA-26 representation.
booleanequals(Object o)
Checks whether this cell reference is equal to another object.
StringformatAsString()
Returns a text representation of this cell reference.
String[]getCellRefParts()
Returns the three parts of the cell reference, the Sheet name (or null if none supplied), the 1 based row number, and the A based column letter.
shortgetCol()
intgetRow()
StringgetSheetName()