Want to export data from DBF table to Excel file?
Try Withdata DBToFile, a DBF to Excel converter for Windows, Linux, and macOS, Export DBF data to Excel, Easy and Fast.
- Can run in GUI mode, Step by Step, just a few mouse clicks.
- Can run in Command line, for Scheduled Tasks and Streams.
- Support Windows, Linux, and macOS.
Download Withdata DBToFile
Windows 64 bit
Windows 32 bit
Linux .deb (For Debian, Ubuntu) 64 bit
Linux .rpm (For Red Hat, Fedora, SUSE) 64 bit
MacOS 64 bit
Export data from DBF table to Excel file
Login to DBF -> Choose DBF table -> Set Excel file options -> Export DBF to Excel
Choose DBF and logon.
Click “Export From Table” at task dialog.
Select Excel file type.
then show the Export Single Table form.
1. Choose a DBF table to export.
2. Enter Excel file name.
3. Preview Excel.
4. Export DBF table data to Excel file.
After exporting, you can view output Excel file.
More about DBF to Excel converter
Download Withdata DBToFile
Windows 64 bit
Windows 32 bit
Linux .deb (For Debian, Ubuntu) 64 bit
Linux .rpm (For Red Hat, Fedora, SUSE) 64 bit
MacOS 64 bit
See also:
- Export DBF query results to Excel
- Export multiple similar DBF tables to a single Excel sheet
- Batch export DBF tables to Excel files
DBF → EXCEL reference
Type mapping
| Value kind | in DBF | in EXCEL |
|---|---|---|
| Int | Numeric(10,0) | 1234 (a real numeric cell) |
| Bigint | Numeric(19,0) | 9007199254740993 (exact only while the cell stays text) |
| Decimal | Numeric(p,s) | 1234.56 (numeric cell, format controls the displayed decimals) |
| Float | Float | 1.234E+10 (numeric cell) |
| Text | Character(n) | text cell; leading zeros survive only if the column is text |
| Long text | Memo | text cell; wraps inside the cell rather than the row |
| Date | Date | a serial number plus a date cell format |
| Datetime | (none) | a serial number plus a date-time cell format |
| Binary | (none) | not representable as data |
| Boolean | Logical | TRUE / FALSE (a real boolean cell) |
| JSON | (none) | a text cell; the quotes are part of the value |
Dialect differences
DBF is a database server and EXCEL is a file format, so the gap is wider than a dialect difference - the rows below are where values and structure stop lining up.
| Property | in DBF | in EXCEL |
|---|---|---|
| port | (file-based) | — |
| identifiers | — | Not applicable; a cell holds exactly one value |
| row limit | (driver dependent) | — |
| dates | Date (D) | Stored as a serial number; only the cell format makes it lo... |
| long text | Memo (M) | — |
| binary | — | Only as text or an embedded object, not as a data column |
| separator | — | Cells, not delimiters |
| encoding | — | UTF-8 internally, declared in the package |
| typing | — | Real cell types: text, number, date, boolean, error |
| shape | Tables of rows and columns | Multiple sheets, each a flat grid |
| ceiling | — | 1,048,576 rows x 16,384 columns per sheet; 255 sheets per w... |
No counterpart
- EXCEL has no equivalent for Date and time - it has to be flattened or dropped.
- EXCEL has no equivalent for Binary - it has to be flattened or dropped.
- EXCEL has no equivalent for JSON - it has to be flattened or dropped.
DBF to Excel without the manual work
For batch jobs, large files and scheduling use the DBF to Excel converter — an offline desktop app for Windows, Linux and macOS. Free trial.