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.

Thu Mar 06, 2014 10:01 am

I have some data with chinese format, when I export it to a dbf file the title is in a mess.

How can I deal with different language???

thanks...

hunniman
 
Posts: 2
Joined: Tue Mar 04, 2014 3:37 am

Fri Mar 07, 2014 2:12 am

Hello,

Thanks for your inquiry.
Please try the below setting.
Code: Select all
DBFExport.DataEncoding = DbfEncodingType.OEM;

If there are any questions, welcome to get it back to us.
Sincerely,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Fri Mar 07, 2014 3:31 am

Gary.zhang wrote:Hello,

Thanks for your inquiry.
Please try the below setting.
Code: Select all
DBFExport.DataEncoding = DbfEncodingType.OEM;

If there are any questions, welcome to get it back to us.
Sincerely,
Gary
E-iceblue support team



Yet,I have already set 'DBFExport.DataEncoding = DbfEncodingType.OEM'
The .dbf file content is alway right, but have no effect to the head's title
How can I set the title to show chinese?
please help, thanks.

hunniman
 
Posts: 2
Joined: Tue Mar 04, 2014 3:37 am

Fri Mar 07, 2014 7:30 am

Hello,

Thanks for your reply.
We have reproduced the issue, which has been transferred to our Dev team, once there is any progress from them, we will inform you immediately. Sorry for inconvenience.
If there are any questiosn, welcome to get it back to us.
Sincerely,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Return to Spire.DataExport