|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.jxl.ExcelUtils
class ExcelUtils extends Object
| Constructor Summary | |
ExcelUtils()
|
|
| Method Summary | |
|---|---|
void
|
addData(def sheet, def rowData, def startCol = 0, def startRow = 0)
|
void
|
copyCellFormatWithValue(def sheet, def origCol, def origRow, def newCol, def newRow, def newValue)
|
void
|
copyDown(def sheet, def origCol, def origRow, def newRow)
|
void
|
copyDown(def sheet, def origCol, def origRow, def newRow, def newValue)
|
def
|
createWorkbook(String filePath)
|
def
|
createWorkbook(File file)
|
def
|
createWorkbook(OutputStream stream)
|
private void
|
eachCell(def sheet, def cellList, Closure closure)
|
Cell
|
getCell(def sheet, int col, int row, Map props = [:])
|
void
|
mergeAcross(def sheet, def startCol, def endCol, def row)
|
void
|
withTemplateRow(def sheet, def templateRow, def items, Closure closure)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
ExcelUtils()
| Method Detail |
|---|
void addData(def sheet, def rowData, def startCol = 0, def startRow = 0)
void copyCellFormatWithValue(def sheet, def origCol, def origRow, def newCol, def newRow, def newValue)
void copyDown(def sheet, def origCol, def origRow, def newRow)
void copyDown(def sheet, def origCol, def origRow, def newRow, def newValue)
def createWorkbook(String filePath)
def createWorkbook(File file)
def createWorkbook(OutputStream stream)
private void eachCell(def sheet, def cellList, Closure closure)
Cell getCell(def sheet, int col, int row, Map props = [:])
void mergeAcross(def sheet, def startCol, def endCol, def row)
void withTemplateRow(def sheet, def templateRow, def items, Closure closure)
Groovy Documentation