ExcelToDBF is an open source Add-in for Excel 2007 enabling Excel users to accomplish two kinds of operations: saving an active Worksheet to DBF IV format and changing a DBF file using Excel.
Categories
Office SuitesLicense
GNU General Public License version 3.0 (GPLv3)Follow ExcelToDBF
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
I had a problem where I would attempt to create a DBF file and no file was created, but no error message was generated. I contacted the author who replied, "It can depend on the header of one or more columns. If it corresponds with some special fields of dbf format, the add-in will not work. Try to check and rename if necessary." I had a field named "DB" which I suspect is a restricted name... I renamed this and all the other columns and everything worked ok. The spreadsheet had 100 rows and about 15 columns. UPDATE: The column names DB, FIRST and LAST are in conflict with some special fields of DBF format. If your spreadsheet has columns with any of these names (and there are no doubt others) your attempt to save as DBF will simply fail with no warning or error. When I changed these to DBNAME, FIRSTNAME and LASTNAME the save completed. So other than this little glitch, I would give the add-in 5 stars. For lack of an error message in this case, four stars. Excellent piece of work and really makes up for the lack of DBF functionality in Excel 2007 (oh, Microsoft, how you keep failing us).