|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.jxl.builder.ExcelFormulaBuilder
class ExcelFormulaBuilder extends Object
| Field Summary | |
|---|---|
private static String |
letters
|
| Constructor Summary | |
ExcelFormulaBuilder()
|
|
| Method Summary | |
|---|---|
String
|
cell(int colNum, int rowNum)
|
def
|
methodMissing(String name, def args)
|
String
|
numberToLetter(int num)
|
String
|
range(int colStart, int rowStart, int colEnd, int rowEnd)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final String letters
| Constructor Detail |
|---|
ExcelFormulaBuilder()
| Method Detail |
|---|
String cell(int colNum, int rowNum)
def methodMissing(String name, def args)
String numberToLetter(int num)
String range(int colStart, int rowStart, int colEnd, int rowEnd)
Groovy Documentation