DBF Viewer 2000
DBF Viewer 2000 Online Help Prev Page Prev Page
Introduction
Hotkeys
Command line options
Working with dbf files
Opening DBF files
Creating New DBF file
Modifying dbf file structure
Viewing statistics
Import/Append records
Save As/Export
Working with records
Adding records
Editing records
Deleting records
Replacing records
Filling records
Sorting records
Searching and Filtering
Searching by criteria
Filtering records
How To
Export DBF to CSV
Export DBF to XLS (Excel)
Export DBF to XML
Export DBF to SQL
Commands
File
Edit
View
Tools
Options
Information
Support
How to purchase
Download DBF Viewer and Editor Top  Previous  Next

Export DBF to XLS

To export a dbf file to XLS (Excel) format, open File | Save as/Export menu, and select file type: XLS.

Export to dialog box opens. Select the fields to be exported and specify their order using up and down arrows.

DBF Viewer 2000 allows you export memo filelds (from .fpt/.dbt files) to XLS format.

To export large memo fields, set on option "XML-based"

 

Export dbf to XLS from the command line:

 

dbview.exe dbffile  /EXPORT:xlsfile [/XML] [/FILTER]

c:\Program Files\DBF Viewer 2000\dbview.exe sample.dbf  /EXPORT:sample.xls

 

export with option xml-based (Excel 2003)

c:\Program Files\DBF Viewer 2000\dbview.exe sample.dbf  /EXPORT:sample.xls /XML

 

See also: DBF to CSV, DBF to XML, DBF to SQL, command line options, Filtering records in dbf file