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
Exporter
export
in interface Exporter
book
- the book to exportfos
- the output stream to store dataIOException
public void export(Book book, File file) throws IOException
Exporter
export
in interface Exporter
book
- the book to exportIOException
@Deprecated public void export(Sheet sheet, OutputStream fos) throws IOException
Exporter
export
in interface Exporter
sheet
- the sheet to exportfos
- the output stream to store dataIOException
@Deprecated public void export(Sheet sheet, AreaRef selection, OutputStream fos) throws IOException
Exporter
export
in interface Exporter
sheet
- the sheet to exportselection
- the selection to exportfos
- the output stream to store dataIOException
Copyright © 2020. All rights reserved.