public interface PostImport
Importer
for post-import-processing life cycle.Modifier and Type | Method and Description |
---|---|
void |
process(Book book)
Used with
Importer for post-import-processing life cycle. |
void process(Book book)
Importer
for post-import-processing life cycle.
After Importer.imports the book, the Importer will call back to this
method with the loaded Book
and you can use whatever Range
methods to post-process the loaded Book.
Note that in this life cycle, all Range methods called will ignore
autoRefresh(i.e. autoRefresh is always false) and skip all cell cache
clearing; thus speed up the post processing.book
- Copyright © 2020. All rights reserved.