Right now I am using this to export a repeater (with multiple nested repeaters) to excel:
protected void ExportToExcel(object sender, EventArgs e) { Re
You need to enclose all of that in table tags. Excel can understand HTML table structures.
Try:
Response.Write(""); Response.Write(stringWrite.ToString()); Response.Write("");