It is a library to do Excel and Plain Old Java Object(POJO) in the mapping.
Reading and writing are achieved specifying finding the cell and the table by the definition of the annotation or the XML.
It is possible to execute it by using both Excel→POJO and POJO→Excel same definitions.
実際に使用した際の問題や課題を反映し、
利用に際して仕様上の大きな漏れがないこと、
ある程度の異常系についての確認が完了したこと、
をもって正式版として登録します。
不具合修正
* 表の要素の検索時に、
表の範囲を超えてラベルを検索してしまう不具合の修正
新機能
* list-classタグをlistClassへ変更
* Excel2007(OOXML)形式の対応
* フィールドが表の場合、要素となるPOJOに対し、
親クラスからデータを引き継ぐフィールドを指定可能にした。
* ConstantValueに対して予約語変換に対応
* 検索範囲を制限する機能(rangeタグ)の追加
* 不正な設定に対するチェック強化
その他内部的な修正
* Excelファイル取得をリソースから検索するように変更
* テスト誤りの修正