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).
Would it be possible to generate a very simple native excel file from .Net 8?