Is it possible to create a native Excel file from a .Net 8 API?
I have a simple report that consists of a header row and 1-N rows that are simple values (strings, numbers). Users would like an “export” option that creates a native excel file of the report. Our front end is a web app (Angular) and the backend is a very standard/vanilla .Net 8 API (C#). The back end is deployed in docker containers (Linux).