资 源 简 介
Simple description
Quick Excel table parsing util that is build on heavy use of annotations.
What you can do with it
This facade over Apache POI library will allow you to:
* define required and optional header labels that should be present in an excel table,
* annotate fields that should be injected with cell values from defined column for each row,
* annotate methods that should be called/notified before or after: a table is found, header is processes, each row is processes, or when table is not found,
* annotate method that should be responsible for cell value conversion when the supplied conversion fails for your annotated field types,
* annotate methods that will allow you to process specific columns for each row of your table.
For more details please visit the FAQ section.