Skip to content

kadioglumf/file-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“„ File Reader

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.


πŸš€ Features

  • βœ… 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

πŸ” Example Usage in Tests

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:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages