Package | Description |
---|---|
com.asakusafw.testdata.generator.excel |
Excel template generator.
|
Modifier and Type | Method and Description |
---|---|
static WorkbookFormat |
WorkbookFormat.findByName(String format)
Returns predefined format by its name.
|
static WorkbookFormat |
WorkbookFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkbookFormat[] |
WorkbookFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
WorkbookGenerator(File output,
WorkbookFormat format)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.