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 dataIOExceptionvoid export(SBook book, File file) throws IOException
book - the book to exportfos - the output file to store dataIOExceptionvoid export(SSheet sheet, OutputStream fos) throws IOException
sheet - fos - IOExceptionvoid export(SheetRegion sheetRegion, OutputStream fos) throws IOException
sheet - fos - IOExceptionCopyright © 2020. All rights reserved.