パッケージ | 説明 |
---|---|
readxls |
Excel 読み込みパッケージ.
|
readxls.control |
Excel 読み込みパッケージ.
|
readxls.type |
Excel 読み込みパッケージ.
|
readxlsforjxl |
Excel 読み込みパッケージ.
|
readxlsforpoi |
Excel 読み込みパッケージ.
|
testreadxls |
Excel 読み込みパッケージ.
|
修飾子とタイプ | フィールドと説明 |
---|---|
private CellTypeDefine |
InvalidCellInfo.cellType
不正データ情報.
|
修飾子とタイプ | メソッドと説明 |
---|---|
CellTypeDefine |
XlsHandler.getCellType()
機能.
|
CellTypeDefine |
InvalidCellInfo.getCellType()
getter/setter.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ReadXls.notifyInvalidCellInfo(int rowNo,
int columnNo,
CellDefine cellDefine,
CellTypeDefine cellType,
java.lang.String messageId) |
void |
InvalidCellInfoCollector.notifyInvalidCellInfo(int rowNo,
int columnNo,
CellDefine cellDefine,
CellTypeDefine cellType,
java.lang.String messageId)
不正データ通知.
|
void |
InvalidCellInfo.setCellType(CellTypeDefine cellType)
getter/setter.
|
コンストラクタと説明 |
---|
InvalidCellInfo(int rowNo,
int columnNo,
java.lang.String name,
java.lang.String messageId,
CellTypeDefine cellType,
CellDefine cellDefine)
コンストラクタ.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected abstract boolean |
CellDefine.checkCellType(CellTypeDefine cellType)
継承クラスで実装するメソッド.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static CellTypeDefine |
CellTypeDefine.valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static CellTypeDefine[] |
CellTypeDefine.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected boolean |
StringCellDefine.checkCellType(CellTypeDefine cellType)
機能.
|
protected boolean |
NumberCellDefine.checkCellType(CellTypeDefine cellType)
機能.
|
protected boolean |
EmptyCellDefine.checkCellType(CellTypeDefine cellType)
機能.
|
protected boolean |
DateCellDefine.checkCellType(CellTypeDefine cellType)
機能.
|
protected boolean |
BooleanCellDefine.checkCellType(CellTypeDefine cellType)
機能.
|
修飾子とタイプ | メソッドと説明 |
---|---|
CellTypeDefine |
XlsHandleForJxl.getCellType() |
private CellTypeDefine |
XlsHandleForJxl.getCellType(jxl.Cell cell)
ユーティリティ.
|
修飾子とタイプ | メソッドと説明 |
---|---|
CellTypeDefine |
XlsHandleForPoi.getCellType() |
private CellTypeDefine |
XlsHandleForPoi.getCellType(org.apache.poi.ss.usermodel.Cell cell)
ユーティリティ.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
TestUsingJxl.notifyInvalidCellInfo(int rowNo,
int columnNo,
CellDefine cellDefine,
CellTypeDefine cellType,
java.lang.String messageId) |