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
SExporter
export
in interface SExporter
book
- the book to exportIOException
public void export(SSheet sheet, OutputStream fos) throws IOException
SExporter
export
in interface SExporter
IOException
public void export(SheetRegion sheetRegion, OutputStream fos) throws IOException
SExporter
export
in interface SExporter
IOException
Copyright © 2020. All rights reserved.