Click here to Skip to main content
15,897,718 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all!
i have a unicode excel file, so i want to read, write and display content file in the textbox. Anybody can help me solve this problem?
for example file have two field: name and age
data in each field are: hoàng văn kỳ 20
dương thanh lâm 30

i hear that Microsoft is not support for unicode excel file using ODBC, is this true?
Posted

1 solution

you can either use the OLEDB driver for Excel, or use the Excel object model to get to the data

The former is quite difficult to understand from a standing start, the latter may be slower if you're handling lots of data

There was this[^] article on codeproject that talked about the various alternatives to exporting, importing is similar
 
Share this answer
 
Comments
tony hoang113 21-Jun-11 0:23am    
i have used but it still not correct. can you give for me some example?

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