|
Convert DBF to XLS (Excel)
DBF Converter allows you convert a single dbf file or folder with dbf files to xls (excel) format from GUI or command line.
1. Select the dbf file or folder with dbf files.
2. Select the output xls (excel) file or foder for .xls files.
3. Preview, select options for sorting, filtering data (if necessary)
You can also select/unselect columns, set order for columns, and click "Finish".
Convert DBF to XLS from the command line
"c:\Program Files\DBF Converter\dbfcnv.exe" file.dbf file.xls [/HDR|/FILTER|/COLUMNS|/COLUMNSLIST|/REVERSE]
Example 1 (simple dbf to xls conversion)
"c:\Program Files\DBF Converter\dbfcnv.exe" sample.dbf sample.xls /COLUMNS:NAME,STREET
Example 2 (dbf to xls conversion only two columns)
"c:\Program Files\DBF Converter\dbfcnv.exe" sample.dbf sample.xls /COLUMNS:NAME,STREET
Example 3 (convert folder with dbf files to xls format)
"c:\Program Files\DBF Converter\dbfcnv.exe" d:\base\*.dbf d:\out\ /TOXLS
Example 4 (add sheet to existing xlsx file)
"c:\Program Files\DBF Converter\dbfcnv.exe" sample.dbf mytable.xlsx /addtoexist
Download DBF Converter Free Trial Version
|