Export to excel license question

G

Guest

Dear all,
I see that asp.net can export datagrid data to excel, is it need any license
requirement to use?


Response.ContentType = "application/vnd.ms-excel";
System.IO.StringWriter AStringWriter = new System.IO.StringWriter();
System.Web.UI.HtmlTextWriter AHtmlTextWriter = new
System.Web.UI.HtmlTextWriter(AStringWriter);
.....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top