static Cell |
BasicFormulas.Average(Range range) |
Returns a cell with a average formula
|
static Cell |
BasicFormulas.Average(Worksheet target,
Range range) |
Returns a cell with a average formula
|
static Cell |
BasicFormulas.Max(Range range) |
Returns a cell with a max formula
|
static Cell |
BasicFormulas.Max(Worksheet target,
Range range) |
Returns a cell with a max formula
|
static Cell |
BasicFormulas.Median(Range range) |
Returns a cell with a median formula
|
static Cell |
BasicFormulas.Median(Worksheet target,
Range range) |
Returns a cell with a median formula
|
String |
Worksheet.mergeCells(Range cellRange) |
Merges the defined cell range
|
static Cell |
BasicFormulas.Min(Range range) |
Returns a cell with a min formula
|
static Cell |
BasicFormulas.Min(Worksheet target,
Range range) |
Returns a cell with a min formula
|
void |
Worksheet.setSelectedCells(Range range) |
Sets the selected cells on this worksheet
|
static Cell |
BasicFormulas.Sum(Range range) |
Returns a cell with a sum formula
|
static Cell |
BasicFormulas.Sum(Worksheet target,
Range range) |
Returns a cell with a sum formula
|
static Cell |
BasicFormulas.VLookup(Address address,
Range range,
int columnIndex,
boolean exactMatch) |
Function to generate a Vlookup as Excel function
|
static Cell |
BasicFormulas.VLookup(Worksheet queryTarget,
Address address,
Worksheet rangeTarget,
Range range,
int columnIndex,
boolean exactMatch) |
Function to generate a Vlookup as Excel function
|
static Cell |
BasicFormulas.VLookup(Object number,
Range range,
int columnIndex,
boolean exactMatch) |
Function to generate a Vlookup as Excel function
|
static Cell |
BasicFormulas.VLookup(Object number,
Worksheet rangeTarget,
Range range,
int columnIndex,
boolean exactMatch) |
Function to generate a Vlookup as Excel function
|