Package io.keikai.range.impl.imexp
Class ExcelImportAdapter
- java.lang.Object
-
- io.keikai.range.impl.imexp.AbstractImporter
-
- io.keikai.range.impl.imexp.ExcelImportAdapter
-
- All Implemented Interfaces:
SImporter
public class ExcelImportAdapter extends AbstractImporter
- Since:
- 3.5.0
- Author:
- dennis, Hawk
-
-
Field Summary
-
Fields inherited from class io.keikai.range.impl.imexp.AbstractImporter
_importCache, BOOK_TYPE_KEY
-
-
Constructor Summary
Constructors Constructor Description ExcelImportAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SBook
imports(InputStream is, String bookName)
Import book from a input streamprotected boolean
isImportCache()
Returns if import file cached value.-
Methods inherited from class io.keikai.range.impl.imexp.AbstractImporter
imports, imports, setImportCache
-
-
-
-
Method Detail
-
imports
public SBook imports(InputStream is, String bookName) throws IOException
Description copied from interface:SImporter
Import book from a input stream- Parameters:
is
- the input streambookName
- the book name for imported book- Returns:
- the book instance
- Throws:
IOException
-
isImportCache
protected boolean isImportCache()
Description copied from class:AbstractImporter
Returns if import file cached value.- Overrides:
isImportCache
in classAbstractImporter
-
-