How can I export data from a foxpro database to excel(.xls)?
database, foxpro, visual-foxpro
Solution
You can use `EXPORT TO *FILENAME* TYPE XLS`
Problem
I want to enter the data in FoxPro but save the data in .xls format.
database, foxpro, visual-foxpro
You can use `EXPORT TO *FILENAME* TYPE XLS`
I want to enter the data in FoxPro but save the data in .xls format.