Package net.sf.okapi.filters.openxml
Class Excell
- java.lang.Object
-
- net.sf.okapi.filters.openxml.Excell
-
public class Excell extends Object
String mmYYnn for sheet mm, column YY, row nn for one cell in an Excel workbook
-
-
Constructor Detail
-
Excell
public Excell(String sCell)
-
-
Method Detail
-
setCell
public void setCell(String sCell)
-
getCell
public String getCell()
-
setColumn
public void setColumn(String column)
-
getColumn
public String getColumn()
-
setRow
public void setRow(String row)
-
getRow
public String getRow()
-
setSheet
public void setSheet(String sheet)
-
getSheet
public String getSheet()
-
-