Return Excel file in a Micronaut Controller
In this tutorial, we will learn how to return a Excel file .xlsx in a Micronaut controller using Apache POI. Table of contents 1. Add Apache POI Dependency 2. Create the Excel Service 3. Create the Controller to return Excel file 4. Run the Application 5. Testing the Excel Download Endpoint 6. Download Source Code …