Click here to Skip to main content
15,904,339 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

Can any one help me.its very urgent requirement
How to convert DBF file to CSV file or excel file in C#.Net.

Thanks in advance
Posted
Updated 19-Jun-13 1:00am
v9

Maybe this answer[^] could help you...
 
Share this answer
 
Comments
phoolchand yadav 19-Jun-13 2:51am    
this is converter software ,am looking how to convert in c# code
Read the data from the DBF and write it to CSV or Excel. See Working with MS Excel(xls / xlsx) Using MDAC and Oledb[^] or look into using the Interop namespaces.
 
Share this answer
 
Comments
phoolchand yadav 19-Jun-13 6:59am    
its only for xls and xlsx only not dbf
Richard MacCutchan 19-Jun-13 8:17am    
Well you could always try a bit of research for yourself. Where does the DBF file come from, and what software is used to create it?

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