Download List

Project Description

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.

System Requirements

System requirement is not defined

Released at 2010-08-06 10:54
excelpojo 1.1.0 (2 files Hide)

Release Notes

機能追加と不具合修正の対応です。
後方互換を持たせているので、既存の仕様には変更がありません。

Changelog

不具合修正
ExcelPOJO以外のアノテーションとあわせて使用できない不具合修正(#22689)
存在しないなConverterを指定するとNullPointerExceptionが発生しする不具合を修正

新機能
セルとPOJO間で値の変換可能にした(チケット#22472)