Skip to main content
September 5, 2025
Question

Exportdatafrom Store Procedure to Excel

  • September 5, 2025
  • 6 replies
  • 0 views

i have a store procedure where it has 13 different columns retrieved from 20 different tables i need to get user a link on single click to export data to Excel , and also if possible matched data should  be bold in the excel

6 replies

stefanhelzle0001
September 6, 2025

You could create a CSV file. But then, no text formatting.

ajays0012Author
September 7, 2025

how to create that excel export