Skip to content

ExcelFileReader is a lightweight Spring Boot application designed to read Excel files and extract their contents using Apache POI library. With a simple RESTful API endpoint, users can upload Excel files(in RestController itself), and the application will parse them to retrieve the data.

Notifications You must be signed in to change notification settings

RavindhiranG/ExcelFIleReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExcelFileReader is a lightweight Spring Boot application designed to read Excel files and extract their contents using Apache POI library. With a simple RESTful API endpoint, users can upload Excel files, and the application will parse them to retrieve the data. Built with Java and Spring Boot, this project offers a straightforward solution for integrating Excel file reading functionality into your applications.

Features:

Upload Excel files via a RESTful API endpoint(in RestController itself). Parse Excel files and extract data for further processing. Built with Java and Spring Boot for ease of use and scalability. Key Technologies: Java, Spring Boot, Apache POI, RESTful API

Feel free to adjust the description to better fit your project's features and goals.

About

ExcelFileReader is a lightweight Spring Boot application designed to read Excel files and extract their contents using Apache POI library. With a simple RESTful API endpoint, users can upload Excel files(in RestController itself), and the application will parse them to retrieve the data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages