public interface Exporter
| Modifier and Type | Method and Description |
|---|---|
void |
export(Book book,
File file)
Export book
|
void |
export(Book book,
OutputStream fos)
Export book
|
void |
export(Sheet sheet,
AreaRef selection,
OutputStream fos)
Deprecated.
since 3.5.0
|
void |
export(Sheet sheet,
OutputStream fos)
Deprecated.
since 3.5.0
|
void export(Book book, OutputStream fos) throws IOException
book - the book to exportfos - the output stream to store dataIOExceptionvoid export(Book book, File file) throws IOException
book - the book to exportfos - the output file to store dataIOException@Deprecated void export(Sheet sheet, OutputStream fos) throws IOException
sheet - the sheet to exportfos - the output stream to store dataIOException@Deprecated void export(Sheet sheet, AreaRef selection, OutputStream fos) throws IOException
sheet - the sheet to exportselection - the selection to exportfos - the output stream to store dataIOExceptionCopyright © 2020. All rights reserved.