On May 23, 1:33 pm, "
evanbu...@gmail.com" <
evanbu...@gmail.com> wrote:
> Hello
>
> Thank you for your great product.
>
> I'm exporting data from a DataTable in a Web page to a .csv file. I
> need to append a footer containing a copyright to the bottom of the
> csv file. Is there to do this using the WriteAll method on this line?
>
> writer.WriteAll(myDataTable, True)
>
> Maybe I can add this to the DataTable itself?
>
> Private Sub ExcelExport(ByVal sender As System.Object, ByVal e As
> System.EventArgs)
> Dim SqlText As String
> SqlText = lblSqlText.Text
>
> Dim MyConnection As SqlConnection
>
> MyConnection = New
> SqlConnection(ConfigurationSettings.AppSettings("CorpLibConnectionStringCurr"))