Spire.DataExport for .NET is a 100% pure data .NET library suit for exporting data into MS Word, Excel, RTF, Access, PDF, XPS, HTML, XML, Text, CSV, DBF, SYLK, SQL Script, DIF, Clipboard, etc.

Tue Sep 10, 2013 10:11 am

Hi Amy,

We are already in in beta release and plan to go live by end of September 2013. So if I can get a release before that it would be best.

Thanks
Ashish

ashishs@mappsit.com
 
Posts: 3
Joined: Fri Sep 06, 2013 4:09 pm

Wed Sep 11, 2013 2:58 am

Dear Ashish,

Thanks for your feedback.
I have told our dev colleagues about your schedule. We will provide you new version within your schedule.
Welcome to wirte to us again in case you have further problems.

Best regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Wed Sep 18, 2013 8:25 am

Dear Ashish,

Thanks for your waiting.
The issue has been solved. Please kindly download Spire.DataExport for .NET Version:3.4 and test the below code.
Downloading link is http://www.e-iceblue.com/Download/downl ... t-now.html.

Code: Select all
Dim txtExport As New TXTExport()
txtExport.ExportType = TextExportType.CSV
txtExport.CSVOption.AllowQuote = True
txtExport.AutoFitColWidth = True
txtExport.DataSource = ExportSource.DataTable
txtExport.DataTable = dataTable
txtExport.CSVOption.Separator = ","

'keeping the line-break
txtExport.CSVOption.KeepingLineBreak = True

txtExport.DataEncoding = Spire.DataExport.Common.EncodingType.UTF8
txtExport.ExportLongColumn = True
txtExport.SaveToFile("exporttest1.csv")


Best regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Tue Sep 24, 2013 9:04 am

Dear Ashish,

Do you test Spire.DataExport for .NET Version:3.4? Does it solve your issue?
Looking farward to hearing from you soon.

Best regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Return to Spire.DataExport