开发者

Fox Pro 8 - Export to Spreadsheet

I don't have much programming knowledge, but I h开发者_如何转开发ave a data set on a CD in the FoxPro format and I need to know if it can be exported to something like Google Docs in the form of a spreadsheet.


If you have any version of FoxPro or Visual FoxPro, you can use the COPY TO command or the Export Wizard to turn each table into an Excel spreadsheet (with some limitations). Excel can open some older format DBFs, so depending how old your data is, you may be able to just open it from Excel specifying "dBase files."

FoxPro tables can also be exported in CSV format, which a spreadsheet should be able to read. Again, you'd need FoxPro for that.

If you have the VFP ODBC driver, you can use to open the data and export it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜