Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
method | getCalculateFormula() | |
method | setCalculateFormula(value) | |
Indicates whether formulas should be calculated. | ||
method | getLineByLine() | |
method | setLineByLine(value) | |
Indicates whether processing the smart marker line by line. | ||
method | getRepeatFormulasWithSubtotal() | |
method | ||
Indicates whether repeating formulas with subtotal row. | ||
method | getUpdateEmptyStringAsNull() | |
method | setUpdateEmptyStringAsNull(value) | |
If TRUE, Null will be inserted if the value is ""; | ||
method | getUpdateReference() | |
method | setUpdateReference(value) | |
Indicates if references in other worksheets will be updated. | ||
method | getWorkbook() | |
method | setWorkbook(value) | |
Gets and sets the |
Method Summary | ||
---|---|---|
method | clearDataSource() | |
Clears all data sources.
|
||
method | getSmartMarkers() | |
Returns a collection of smart markers in a spreadsheet.
|
||
method | process() | |
Processes the smart markers and populates the data source values.
|
||
method | process(isPreserved) | |
Processes the smart markers and populates the data source values.
|
||
method | process(sheetIndex, isPreserved) | |
Processes the smart markers and populates the data source values.
|
||
method | setDataSource(variable, data) | |
Sets data binding to a variable.
|
WorkbookDesigner()
WorkbookDesigner(workbook)
workbook: Workbook
-
The template workbook file.
Workbook getWorkbook() / setWorkbook(value)
boolean getRepeatFormulasWithSubtotal() / setRepeatFormulasWithSubtotal(value)
boolean getUpdateEmptyStringAsNull() / setUpdateEmptyStringAsNull(value)
boolean getUpdateReference() / setUpdateReference(value)
boolean getCalculateFormula() / setCalculateFormula(value)
boolean getLineByLine() / setLineByLine(value)
clearDataSource()
setDataSource(variable, data)
variable: String
- Variable name created using smart marker.data: Object
- Source data.process()
process(isPreserved)
isPreserved: boolean
- True if the unrecognized smart marker is preserved.process(sheetIndex, isPreserved)
sheetIndex: int
- Worksheet index.isPreserved: boolean
- True if the unrecognized smart marker is preserved.String[] getSmartMarkers()