![]() |
romaldus 10/27/2017 |
dbf file is ancient database file from 1980s. The only option is use third party software to convert dbf files from/into microsoft excel format. Most modern apps no longer support DBF directly. |
K
|
KevinMillican 10/27/2017 |
dbf file is ancient database file from 1980s. The only option is use third party software to convert dbf files from/into microsoft excel format. Most modern apps no longer support DBF directly.
|
E
|
exora author 10/27/2017 |
Microsoft Excel will open a DBF file - just resave as Excel
|
![]() |
Admin 10/30/2017 |
This is possible to implement with the help of some custom coding. PHP comes with all required functions to read database structure and data from DBF files: |
E
|
exora author 11/8/2017 |
This is possible to implement with the help of some custom coding. PHP comes with all required functions to read database structure and data from DBF files: http://php.net/manual/en/ref.dbase.php
|