直列化された形式


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

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

直列化されたフィールド

formatType

java.lang.String formatType
フォーマット


options

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

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

直列化されたフィールド

paramDataMap

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

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

直列化されたフィールド

rowIndex

int rowIndex
処理最終行番号


columnIndex

int columnIndex
処理最終列番号


defaultRowIndex

int defaultRowIndex
処理前最終行番号


defaultColumnIndex

int defaultColumnIndex
処理前最終列番号


parsedObject

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

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

直列化されたフィールド

reportSheets

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


templateFileURL

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


templateFileName

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


outputFileName

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


configurations

ConvertConfiguration[] configurations
出力変換情報

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

直列化されたフィールド

templateName

java.lang.String templateName
テンプレートシート名


sheetName

java.lang.String sheetName
出力シート名


paramInfo

ParamInfo paramInfo
パラメータ情報