public abstract class ReportBookExporter extends Object implements org.bbreak.excella.core.exporter.book.BookExporter
コンストラクタと説明 |
---|
ReportBookExporter() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
export(org.apache.poi.ss.usermodel.Workbook book,
org.bbreak.excella.core.BookData bookdata) |
abstract String |
getExtention()
拡張子を取得する。
|
String |
getFilePath()
出力先ファイルパスの取得
|
abstract String |
getFormatType()
変換タイプを取得する。
|
abstract void |
output(org.apache.poi.ss.usermodel.Workbook book,
org.bbreak.excella.core.BookData bookdata,
ConvertConfiguration configuration)
出力する。
|
void |
setConfiguration(ConvertConfiguration configuration)
変換設定情報を設定する。
|
void |
setFilePath(String filePath)
出力先ファイルパスの設定
|
void |
setup() |
void |
tearDown() |
public String getFilePath()
public void setFilePath(String filePath)
filePath
- 出力先ファイルパスpublic void export(org.apache.poi.ss.usermodel.Workbook book, org.bbreak.excella.core.BookData bookdata) throws org.bbreak.excella.core.exception.ExportException
export
インタフェース内 org.bbreak.excella.core.exporter.book.BookExporter
org.bbreak.excella.core.exception.ExportException
public abstract void output(org.apache.poi.ss.usermodel.Workbook book, org.bbreak.excella.core.BookData bookdata, ConvertConfiguration configuration) throws org.bbreak.excella.core.exception.ExportException
book
- ワークブックbookdata
- ワークブック解析情報configuration
- 変換設定情報org.bbreak.excella.core.exception.ExportException
- 出力に失敗した場合public abstract String getFormatType()
public abstract String getExtention()
public void setConfiguration(ConvertConfiguration configuration)
configuration
- 変換設定情報public void setup()
setup
インタフェース内 org.bbreak.excella.core.exporter.book.BookExporter
public void tearDown()
tearDown
インタフェース内 org.bbreak.excella.core.exporter.book.BookExporter
Copyright © 2009–2023. All rights reserved.