Im exporting data to excel.
I have this declared:
Dim htmlWrite As New System.Web.UI.HtmlTextWriter(stringWrite)

My problem is that I can't use tab in HTML. "&nbsp" can't be a solution because I need to fill-out values on the columns of excel.
Is there a way to fix this problem.
all I wanted to do is get string values and display it on different columns on excel using htmlwrite.
thanks