Code Tips

The free code tips, advice and tricks contained here are for the programme developer. The information contained here will help improve your programme skills. lets code less, code better. 

Our target: Small tips, solve big problems.
RSS-2.0
  • Export dataset into Excel with unicode support using xml

    I want to export dataset data into excel with number, date format support, but I do not want to install Excel in my server. I donot have the licences. here is the code for you. the following code use xml to handle the excel. Imports Microsoft.VisualBasic Imports System.Data Imports System.IO Public Class WorkBookEngine     Public Sub CreateWorkbook(ByVal dt As DataTable, ByVal Filename As String)        ...

    Read more...
    12/30/2007 10:16:00 PM Category Excel Tips