public interface SBookSeries
SBook
objects so that formulas in them can reference to cells of another book.Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String name)
Get the runtime custom attribute that stored in this book
|
Map<String,Object> |
getAttributes()
Get the unmodifiable runtime attributes map
|
SBook |
getBook(String name)
Get the book by name;
|
List<SBook> |
getBooks()
Gets the books list
|
ReadWriteLock |
getLock()
Get the ReadWriteLock for synchronized when read-write model for current accessing.
|
boolean |
isAutoFormulaCacheClean() |
Object |
setAttribute(String name,
Object value)
Set the runtime custom attribute to stored in this book, the attribute is only use for developer to stored runtime data in the book,
values will not stored to excel when exporting.
|
void |
setAutoFormulaCacheClean(boolean enable) |
SBook getBook(String name)
name
- the book nameReadWriteLock getLock()
Object getAttribute(String name)
name
- the attribute nameObject setAttribute(String name, Object value)
name
- name the attribute namevalue
- the attribute valueMap<String,Object> getAttributes()
boolean isAutoFormulaCacheClean()
void setAutoFormulaCacheClean(boolean enable)
isAutoFormulaCacheClean()
Copyright © 2020. All rights reserved.