直列化された形式


パッケージ org.bbreak.excella.reports.model

Class org.bbreak.excella.reports.model.ConvertConfiguration extends Object implements Serializable

直列化されたフィールド

formatType

String formatType
フォーマット


options

Map<K,V> options
出力オプション

Class org.bbreak.excella.reports.model.ParamInfo extends Object implements Serializable

直列化されたフィールド

paramDataMap

Map<K,V> paramDataMap
パラメータデータのマップ
キー:タグ + ParamInfo.KEY_DELIMITER + パラメータ名

Class org.bbreak.excella.reports.model.ParsedReportInfo extends Object implements Serializable

直列化されたフィールド

rowIndex

int rowIndex
処理最終行番号


columnIndex

int columnIndex
処理最終列番号


defaultRowIndex

int defaultRowIndex
処理前最終行番号


defaultColumnIndex

int defaultColumnIndex
処理前最終列番号


parsedObject

Object parsedObject
解析結果オブジェクト

Class org.bbreak.excella.reports.model.ReportBook extends Object implements Serializable

直列化されたフィールド

reportSheets

List<E> reportSheets
ワークシート置換情報群


templateFileURL

URL templateFileURL
テンプレートファイルURL


templateFileName

String templateFileName
テンプレートファイル名


outputFileName

String outputFileName
出力パス+ファイル名(拡張子なし)


configurations

ConvertConfiguration[] configurations
出力変換情報

Class org.bbreak.excella.reports.model.ReportSheet extends Object implements Serializable

直列化されたフィールド

templateName

String templateName
テンプレートシート名


sheetName

String sheetName
出力シート名


paramInfo

ParamInfo paramInfo
パラメータ情報