Click here to Skip to main content
15,886,199 members

Comments by CandyT (Top 8 by date)

CandyT 20-Dec-12 2:17am View    
What file format do you want to export into?
CandyT 19-Dec-12 22:02pm View    
Hi Melvintcs, have you added the reference System.Data and System.Data.OleDb?
CandyT 19-Dec-12 0:49am View    
http://www.e-iceblue.com/Introduce/data-export-for-net-intro.html It may help
CandyT 18-Dec-12 23:04pm View    
Private Sub cellExport1_GetDataParams(sender As Object, e As Spire.DataExport.EventArgs.DataParamsEventArgs)
If e.Col = 1 Then
e.FormatText = "dd/MM/yy"
End If
End Sub

Using these code to keep the date format
CandyT 18-Dec-12 22:33pm View    
You could add a new row after it is exported into excel