How to export the as excel without excel
public static void ExportToExcel(List MailBoxData) { try { StringBuilder strHTMLBuilder = new StringBuilder(); strHTMLBuilder.Append(" "); strHTMLBuilder.Append(" "); strHTMLBuilder.Append(" "); strHTMLBuilder.Append(" "); strHTMLBuilder.Append(" "); strHTMLBuilder.Append(" "); strHTMLBuilder.Append(" MailId Size KB Size GB "); strHTMLBuilder.Append(" "); ...