Package io.keikai.api
Interface PostImport
public interface PostImport
Used with
Importer for post-import-processing life cycle.- Since:
- 3.9.1
- Author:
- Henri
-
Method Summary
-
Method Details
-
process
Used withImporterfor post-import-processing life cycle. After Importer.imports the book, the Importer will call back to this method with the loadedBookand 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.- Parameters:
book-
-