Package io.keikai.range.impl.imexp
Class AbstractExporter
java.lang.Object
io.keikai.range.impl.imexp.AbstractExporter
- All Implemented Interfaces:
SExporter,Serializable
- Direct Known Subclasses:
AbstractExcelExporter
Defines common behaviors for an exporter.
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidExport a bookvoidexport(SheetRegion sheetRegion, OutputStream fos) voidexport(SSheet sheet, OutputStream fos)
-
Constructor Details
-
AbstractExporter
public AbstractExporter()
-
-
Method Details
-
export
Description copied from interface:SExporterExport a book- Specified by:
exportin interfaceSExporter- Parameters:
book- the book to exportfile- the output file to store data- Throws:
IOException
-
export
- Throws:
IOException
-
export
- Throws:
IOException
-