A class used to create a workbook in an excel document
| Constructor and description |
|---|
Workbook
(org.apache.poi.xssf.usermodel.XSSFWorkbook wb) |
| Type | Name and description |
|---|---|
org.apache.poi.xssf.usermodel.XSSFSheet |
sheet(java.lang.String name, java.util.Map options, groovy.lang.Closure callable)Creates a sheet |
org.apache.poi.xssf.usermodel.XSSFSheet |
sheet(java.lang.String name, groovy.lang.Closure callable)Creates a sheet |
org.apache.poi.xssf.usermodel.XSSFSheet |
sheet(groovy.lang.Closure callable)Creates a sheet |
org.apache.poi.xssf.usermodel.XSSFSheet |
sheet(java.util.Map options, groovy.lang.Closure callable)Creates a sheet |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Creates a sheet
name - The sheet nameoptions - Default sheet optionscallable - To build dataCreates a sheet
name - The sheet namecallable - To build dataCreates a sheet
callable - To build dataCreates a sheet
options - Default sheet optionscallable - To build data