|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.bbreak.excella.reports.exporter.ReportBookExporter
org.bbreak.excella.reports.exporter.ExcelExporter
public class ExcelExporter
Excel出力エクスポーター
フィールドの概要 | |
---|---|
static String |
EXTENTION_XLS
拡張子:〜2003 |
static String |
EXTENTION_XLSX
拡張子:2007 |
static String |
FORMAT_TYPE
変換タイプ:エクセル |
コンストラクタの概要 | |
---|---|
ExcelExporter()
|
メソッドの概要 | |
---|---|
String |
getExtention()
拡張子を取得する。 |
String |
getFormatType()
変換タイプを取得する。 |
void |
output(Workbook book,
BookData bookdata,
ConvertConfiguration configuration)
出力する。 |
クラス org.bbreak.excella.reports.exporter.ReportBookExporter から継承されたメソッド |
---|
export, getFilePath, setConfiguration, setFilePath, setup, tearDown |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final String FORMAT_TYPE
public static final String EXTENTION_XLS
public static final String EXTENTION_XLSX
コンストラクタの詳細 |
---|
public ExcelExporter()
メソッドの詳細 |
---|
public void output(Workbook book, BookData bookdata, ConvertConfiguration configuration) throws ExportException
ReportBookExporter
の記述:
ReportBookExporter
内の output
book
- ワークブックbookdata
- ワークブック解析情報configuration
- 変換設定情報
ExportException
- 出力に失敗した場合public String getFormatType()
ReportBookExporter
の記述:
ReportBookExporter
内の getFormatType
public String getExtention()
ReportBookExporter
の記述:
ReportBookExporter
内の getExtention
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |