public interface SExporter
Modifier and Type | Method and Description |
---|---|
void |
export(SBook book,
File file)
Export a book
|
void |
export(SBook book,
OutputStream fos)
Export a book
|
void |
export(SheetRegion sheetRegion,
OutputStream fos)
Deprecated.
|
void |
export(SSheet sheet,
OutputStream fos)
Deprecated.
|
void export(SBook book, OutputStream fos) throws IOException
book
- the book to exportfos
- the output stream to store dataIOException
void export(SBook book, File file) throws IOException
book
- the book to exportfos
- the output file to store dataIOException
void export(SSheet sheet, OutputStream fos) throws IOException
sheet
- fos
- IOException
void export(SheetRegion sheetRegion, OutputStream fos) throws IOException
sheet
- fos
- IOException
Copyright © 2020. All rights reserved.