Hi, i want to download excel file with multiple sheets in it.
I'm using stringBuilder to design the Excel file. As i google many suggest use closedXML but based on my requirement i think string builder is much simplier to design in excel.
So any idea if i'm using stringbuilder to download excel with multiple excel sheets in mvc?