Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all!
i begin to study in few days but i have a big problem in my project, i cannot read unicode excel file, when i read it, it display incorrect with excel file. Anybody can help me solve that problem?
for example excel file include two field : name ;age
and data are: hoàng văn kỳ 24
nguyễn thị thúy 20
so out put display nguy?n thi thu?
i have added _UNICODE in my project
Posted
Updated 8-Jun-11 0:02am
v2
Comments
ShilpiP 8-Jun-11 5:13am    
What is the error ? Please share some code to understand what is the problem.
ThatsAlok 8-Jun-11 6:26am    
agree with SP24, what's the actual error! i mean what are you trying to do, and where are you displaying unicode character

Please ellborate the scenario.

Are you accessing the XLS file through any program ??
 
Share this answer
 
did yoy add unicode support to your project?
Add the macro UNICODE in you preprocessor.
specify the entry point symbol in your Project settings as wWinMainCRTStartup
 
Share this answer
 
v2
Comments
ThatsAlok 8-Jun-11 6:25am    
he already mentioned that the unicode support present in the project

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900