public class ExporterImpl extends Object implements Exporter, Serializable
| Constructor and Description |
|---|
ExporterImpl(SExporter 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.
|
void |
export(Sheet sheet,
OutputStream fos)
Deprecated.
|
public ExporterImpl(SExporter exporter)
public void export(Book book, OutputStream fos) throws IOException
Exporterexport in interface Exporterbook - the book to exportfos - the output stream to store dataIOExceptionpublic void export(Book book, File file) throws IOException
Exporterexport in interface Exporterbook - the book to exportIOException@Deprecated public void export(Sheet sheet, OutputStream fos) throws IOException
Exporterexport in interface Exportersheet - the sheet to exportfos - the output stream to store dataIOException@Deprecated public void export(Sheet sheet, AreaRef selection, OutputStream fos) throws IOException
Exporterexport in interface Exportersheet - the sheet to exportselection - the selection to exportfos - the output stream to store dataIOExceptionCopyright © 2020. All rights reserved.