Relative Content

Tag Archive for excelgraphqldownloadscalar

Download Excel file with Graphql Springboot API

I am trying to download an excel file with the API written in GraphQL springboot.
I am able to create the excel file from the database. Now , I want to return it to the user when the user hits the API. I want to download it and not save it.