Hello,
I am using the TeeChart ActiveX control 2018 (release 201808) with a VC ++ MFC application.
Export to Excel have korean issue.
I would like to use the "> v2010" option during Editnig option.
(I want to save it as ".xlsx" for Korean language support.)
However, it is not supported in the current version of "TeeChart2018.ocx".
Also, check if you can support Korean through CXMLExport -> SetEncoding () setting.
Export to Excel have korean issue.
Re: Export to Excel have korean issue.
Hello,
I've been able to export the data to a .xlsx (Excel > 2010) with VB6 and TeeChart v2018.0.2.9 using a Korean machine and the sheet looks fine.
What error are you getting?
Note you need an Office > 2010 installed to be able to use this .xlsx export feature.
I've been able to export the data to a .xlsx (Excel > 2010) with VB6 and TeeChart v2018.0.2.9 using a Korean machine and the sheet looks fine.
What error are you getting?
Note you need an Office > 2010 installed to be able to use this .xlsx export feature.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Export to Excel have korean issue.
Hello,
The test code I used VC2013.
//=====================================================
CExport pExport = m_TeeChart.GetExport();
CXLSExport pXlsExport = pExport.GetAsXLS();
pXlsExport.SetIncludeHeader(TRUE);
pXlsExport.SetIncludeLabels(TRUE);
pXlsExport.SetIncludeIndex(FALSE);
pXlsExport.SaveToFile("c:\\Test.xls");
//=====================================================
Korean is broken as shown below. Test result "> 2010" option does not break Korean. So I want to use the "> 2010" option but I can not find the TeeChart2018.ocx function.
Please tell me how I can use the "> 2010" option using VC2013.
The test code I used VC2013.
//=====================================================
CExport pExport = m_TeeChart.GetExport();
CXLSExport pXlsExport = pExport.GetAsXLS();
pXlsExport.SetIncludeHeader(TRUE);
pXlsExport.SetIncludeLabels(TRUE);
pXlsExport.SetIncludeIndex(FALSE);
pXlsExport.SaveToFile("c:\\Test.xls");
//=====================================================
Korean is broken as shown below. Test result "> 2010" option does not break Korean. So I want to use the "> 2010" option but I can not find the TeeChart2018.ocx function.
Please tell me how I can use the "> 2010" option using VC2013.
Re: Export to Excel have korean issue.
Hello,
I'm afraid the exportation to .xlsx hasn't been implemented yet in TeeChart ActiveX so it can only be used from the editor, inheriting the feature from TeeChart VCL. This is a feature already in the wish list for the next releases: #1670.
I'm afraid the exportation to .xlsx hasn't been implemented yet in TeeChart ActiveX so it can only be used from the editor, inheriting the feature from TeeChart VCL. This is a feature already in the wish list for the next releases: #1670.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Export to Excel have korean issue.
Hello,
Is there any way to correct the Korean broken in TeeChart ActiveX?
(In Teechart8, Korean was not broken.)
Is there any way to correct the Korean broken in TeeChart ActiveX?
(In Teechart8, Korean was not broken.)
Re: Export to Excel have korean issue.
Hello,
I'm finding troubles with TeeChart v8.
Could you please arrange a simple example project showing how it worked in v8 so we can upgrade it to v2018 and check the difference?
Thanks in advance.
I'm finding troubles with TeeChart v8.
Could you please arrange a simple example project showing how it worked in v8 so we can upgrade it to v2018 and check the difference?
Thanks in advance.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |