Importing DBF files to MS Excel 2007

喜你入骨 提交于 2019-12-13 07:59:55

问题


I am trying to import DBF file to Excel. But after I am importing it, it doesnt show data in proper format. I guess there is some problem with encoding. I tried using different encodings in "File Origin" option. Could anybody guide me in this matter.?

Thanks


回答1:


It is an encoding issue indeed. Windows "translates" your DBF characters to the default system code page when opening the file. There are ways around if you know your original code page but it is not for the faint hearted.




回答2:


Try Excel DbfMate Add-In. It allows importing data from DBF files directly to worksheet, and exporting data from worksheets to DBF files using either GUI or VBA. Handles character encoding. Supported Excel versions: 2007 to 2013. Supported DBF formats: dBase III, VFP, dBase IV (import only). A demo is also available on Softpedia.



来源:https://stackoverflow.com/questions/7879436/importing-dbf-files-to-ms-excel-2007

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!