Skip to content
KT edited this page Aug 7, 2018 · 3 revisions

xlbean is a Java library for reading and writing Excel sheet from Java program.

Characteristic of this library is to define mapping definition from excel cells to object in excel sheet itself.

This approach brings you flexibility of the Excel sheet design. For instance, there will be no need to have a convention like "the table should always start from the ROW 1" or "don't insert any column, or it will break all".

As a result, this library enables you to use any type of structured data in excel sheet very simply and rapidly.

Another aspect of this library is that it is an Apache POI wrapper.