public class CalendarCellConverterFactory.CalendarCellConverter extends BaseCellConverter<Calendar>
configuration, defaultValue, field, formulaHandler, horizontalAlignment, indent, shrinktToFit, textFormatter, trimmed, verticalAlignment, wrapText
修飾子とタイプ | メソッドと説明 |
---|---|
protected Calendar |
parseCell(org.apache.poi.ss.usermodel.Cell evaluatedCell,
String formattedValue)
セルをJavaのオブジェクト型に変換します。
|
protected void |
setupCell(org.apache.poi.ss.usermodel.Cell cell,
Optional<Calendar> cellValue)
書き込み時のセルに値と書式を設定します。
|
format, getConfiguration, getDefaultValue, getField, getHorizontalAlignment, getIndent, getTextFormatter, getVerticalAlignment, isEmptyCell, isEmptyValue, isShrinktToFit, isTrimmed, isWrapText, newTypeBindExceptionOnParse, newTypeBindExceptionOnParse, setDefaultValue, setFormulaHandler, setHorizontalAlignment, setIndent, setShrinktToFit, setTextFormatter, setTrimmed, setVerticalAlignment, setWrapText, toCell, toObject
protected Calendar parseCell(org.apache.poi.ss.usermodel.Cell evaluatedCell, String formattedValue) throws TypeBindException
BaseCellConverter
parseCell
クラス内 BaseCellConverter<Calendar>
evaluatedCell
- 数式を評価済みのセルformattedValue
- フォーマット済みのセルの値。トリミングなど適用済み。TypeBindException
- 変換に失敗した場合protected void setupCell(org.apache.poi.ss.usermodel.Cell cell, Optional<Calendar> cellValue) throws TypeBindException
BaseCellConverter
setupCell
クラス内 BaseCellConverter<Calendar>
cell
- 設定対象のセルcellValue
- 設定対象の値。TypeBindException
- 変換に失敗した場合Copyright © 2022 mygreen. All rights reserved.