I need our existing database portal to gain a simple “Export” button that lets me pull user data straight into both CSV and Excel formats. The export should all fields on the internal portal. The database is with SQL.. Once generated, the files must download instantly to the browser—no email sends or cloud hand-offs. Key deliverables • Add front-end control to trigger the export • Server-side code that queries the user table, extracts those three columns, and streams the result as CSV and .xlsx • Basic success / error messaging and a quick read-me so my in-house dev can maintain it I’ll provide portal access and a staging database as soon as we start, and I’m happy to clarify table names or column mappings. Looking forward to a clean, well-commented solution that we can drop straight into production.