A lightweight Java library for reading and converting Excel (.xlsx
) and CSV files into Java objects. This project is designed to simplify data ingestion from structured files by leveraging annotations and reflection.
- β
Read Excel (
.xlsx
) files and map them to Java models - β Read CSV files and convert them into Java object lists
- β Supports dynamic field mapping using annotations
- β Simple and clean API with extensible architecture
You can explore actual usage examples in the test classes provided in the repository:
These test cases demonstrate:
- How to define and use sample model classes
- Reading from real sample files
- Asserting data mapping behavior
Feel free to clone the repository and run the tests to better understand the integration: