パッケージ | 説明 |
---|---|
com.github.mygreen.cellformatter |
セルのフォーマット機能を提供する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
CellFormatResult |
POICellFormatter.format(Cell cell)
セルの値を取得する
|
CellFormatResult |
JXLCellFormatter.format(Cell cell,
boolean isStartDate1904)
セルの値をフォーマットする。
|
CellFormatResult |
POICellFormatter.format(Cell cell,
Locale locale)
ロケールを指定してセルの値を取得する
|
CellFormatResult |
JXLCellFormatter.format(Cell cell,
Locale locale,
boolean isStartDate1904)
ロケールを指定してセルの値をフォーマットする。
|
CellFormatResult |
ConditionFormatter.format(CommonCell cell)
値をフォーマットする。
|
CellFormatResult |
CellFormatter.format(CommonCell cell)
セルの値をフォーマットする
|
CellFormatResult |
LocaleSwitchFormatter.format(CommonCell cell,
Locale locale) |
CellFormatResult |
CustomFormatter.format(CommonCell cell,
Locale runtimeLocale) |
CellFormatResult |
ConditionTextFormatter.format(CommonCell cell,
Locale runtimeLocale) |
CellFormatResult |
ConditionNumberFormatter.format(CommonCell cell,
Locale runtimeLocale) |
abstract CellFormatResult |
ConditionFormatter.format(CommonCell cell,
Locale runtimeLocale)
ロケールを指定して値フォーマットする。
|
CellFormatResult |
ConditionDateFormatter.format(CommonCell cell,
Locale runtimeLocale) |
abstract CellFormatResult |
CellFormatter.format(CommonCell cell,
Locale locale)
セルの値をロケールを指定してフォーマットする
|
CellFormatResult |
ObjectCellFormatter.format(ObjectCell<?> cell)
値をフォーマットする。
|
CellFormatResult |
ObjectCellFormatter.format(ObjectCell<?> cell,
Locale locale)
値をフォーマットする。
|
CellFormatResult |
ObjectCellFormatter.format(String formatPattern,
boolean value)
ロケールを指定して、ブール型をフォーマットする。
|
CellFormatResult |
ObjectCellFormatter.format(String formatPattern,
boolean value,
Locale locale)
ブール型をフォーマットする。
|
CellFormatResult |
ObjectCellFormatter.format(String formatPattern,
Date value)
ロケールを指定して、日付型をフォーマットする。
|
CellFormatResult |
ObjectCellFormatter.format(String formatPattern,
Date value,
Locale locale)
日付型をフォーマットする。
|
<N extends Number> |
ObjectCellFormatter.format(String formatPattern,
N value)
ロケールを指定して、数値型をフォーマットする。
|
<N extends Number> |
ObjectCellFormatter.format(String formatPattern,
N value,
Locale locale)
数値列型をフォーマットする。
|
CellFormatResult |
ObjectCellFormatter.format(String formatPattern,
String value)
文字列型をフォーマットする。
|
CellFormatResult |
ObjectCellFormatter.format(String formatPattern,
String value,
Locale locale)
ロケールを指定して、文字列型をフォーマットする。
|
Copyright © 2021 mygreen. All rights reserved.