Package io.keikai.range
Interface SExporter
- All Known Implementing Classes:
AbstractExcelExporter,AbstractExporter,ExcelXlsExporter,ExcelXlsxExporter
public interface SExporter
An exporter can export a book model to a output stream or file.
- Since:
- 3.5.0
- Author:
- dennis
-
Method Summary
-
Method Details
-
export
Export a book- Parameters:
book- the book to exportfos- the output stream to store data- Throws:
IOException
-
export
Export a book- Parameters:
book- the book to exportfile- the output file to store data- Throws:
IOException
-