Current location - Loan Platform Complete Network - Big data management - Ask the great god for help I have a file of DBF here. There are 200W pieces of data in it. How to convert to EXCEL?
Ask the great god for help I have a file of DBF here. There are 200W pieces of data in it. How to convert to EXCEL?
EXCEL2003 version 2003 and previous versions can export up to 66,356 records in a table, and 2007 and 2065,438+00 versions can export up to 65,438+000 w in a table. Therefore, it is not convenient to import DBF200W data into EXCEL. You can only edit the code with VFP command or VBA command and import it into multiple tables respectively. This is a ...

In addition, EXCEL's handling of big data is extremely limited. Without data analysis, statistics and query, fortunately, once these tasks are completed, EXCEL will basically die. So, if you know Access, you'd better import it into Access. Here are two.

If you have to import EXCEL, the best way is to open DBF files with VFP and divide them into dozens or twenty small DBF files (this separation with VFP should be very simple, that is, you can complete the copy command of data records), and then open these files directly with EXCEL and save them as EXCEL files. This is three.

If none of the above answers can help you, there is no way.