public abstract class AbstractExporter extends Object implements SExporter, Serializable
| Constructor and Description |
|---|
AbstractExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
export(SBook book,
File file)
Export a book
|
void |
export(SheetRegion sheetRegion,
OutputStream fos)
Export sheet to output-stream, note : not all implementation support this operation
|
void |
export(SSheet sheet,
OutputStream fos)
Export sheet to output-stream, note : not all implementation support this operation
|
public void export(SBook book, File file) throws IOException
SExporterexport in interface SExporterbook - the book to exportIOExceptionpublic void export(SSheet sheet, OutputStream fos) throws IOException
SExporterexport in interface SExporterIOExceptionpublic void export(SheetRegion sheetRegion, OutputStream fos) throws IOException
SExporterexport in interface SExporterIOExceptionCopyright © 2020. All rights reserved.